From 64ab7b7d07aea1c2082a946d3ea899ac47e92adc Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 1 Mar 2011 16:00:07 -0500 Subject: [PATCH] use default local nav for public action --- actions/public.php | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/actions/public.php b/actions/public.php index 5fc547feaf..cbc753d900 100644 --- a/actions/public.php +++ b/actions/public.php @@ -168,21 +168,6 @@ class PublicAction extends Action _('Public Stream Feed (Atom)'))); } - /** - * Show tabset for this page - * - * Uses the PublicGroupNav widget - * - * @return void - * @see PublicGroupNav - */ - - function showLocalNav() - { - $nav = new PublicGroupNav($this); - $nav->show(); - } - function showEmptyList() { $message = _('This is the public timeline for %%site.name%% but no one has posted anything yet.') . ' '; -- 2.39.2