]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
default local nav in popular notices
authorEvan Prodromou <evan@status.net>
Tue, 1 Mar 2011 21:11:19 +0000 (16:11 -0500)
committerEvan Prodromou <evan@status.net>
Tue, 1 Mar 2011 21:11:19 +0000 (16:11 -0500)
actions/favorited.php

index c137cf424f91f0e3f8d81681fb01de8441af36ae..17c2a58c946145181526d47e2c94f62b47218e0a 100644 (file)
@@ -163,19 +163,6 @@ class FavoritedAction extends Action
         $this->elementEnd('div');
     }
 
-    /**
-     * Local navigation
-     *
-     * This page is part of the public group, so show that.
-     *
-     * @return void
-     */
-    function showLocalNav()
-    {
-        $nav = new PublicGroupNav($this);
-        $nav->show();
-    }
-
     /**
      * Content area
      *