]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
use default local nav for allaction
authorEvan Prodromou <evan@status.net>
Tue, 1 Mar 2011 20:59:01 +0000 (15:59 -0500)
committerEvan Prodromou <evan@status.net>
Tue, 1 Mar 2011 20:59:01 +0000 (15:59 -0500)
actions/all.php

index dc08592faf15f98096172dadddee6700fae9cc3e..896c63c7d965f75f3573142b958421f8bc5051f7 100644 (file)
@@ -127,12 +127,6 @@ class AllAction extends ProfileAction
         );
     }
 
-    function showLocalNav()
-    {
-        $nav = new PersonalGroupNav($this);
-        $nav->show();
-    }
-
     function showEmptyListMessage()
     {
         // TRANS: Empty list message. %s is a user nickname.