]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
use default local nav for public action
authorEvan Prodromou <evan@status.net>
Tue, 1 Mar 2011 21:00:07 +0000 (16:00 -0500)
committerEvan Prodromou <evan@status.net>
Tue, 1 Mar 2011 21:00:07 +0000 (16:00 -0500)
actions/public.php

index 5fc547feaf632613a04d11a647c51b5afdd49588..cbc753d900650b97e6432d498a31e0827f2a3ded 100644 (file)
@@ -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.') . ' ';