]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
defaultlocalnav for favorites
authorEvan Prodromou <evan@status.net>
Tue, 1 Mar 2011 21:21:22 +0000 (16:21 -0500)
committerEvan Prodromou <evan@status.net>
Tue, 1 Mar 2011 21:21:22 +0000 (16:21 -0500)
actions/showfavorites.php

index eda2cf38ebe3fc83db5cbdb93263149040e536d8..67ee914a914a7283b83076b4e31cb8bc816641d7 100644 (file)
@@ -189,17 +189,6 @@ class ShowfavoritesAction extends OwnerDesignAction
                                       $this->user->nickname)));
     }
 
-    /**
-     * show the personal group nav
-     *
-     * @return void
-     */
-    function showLocalNav()
-    {
-        $nav = new PersonalGroupNav($this);
-        $nav->show();
-    }
-
     function showEmptyListMessage()
     {
         if (common_logged_in()) {