]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/replies.php
Merge branch '1.0.x' into testing
[quix0rs-gnu-social.git] / actions / replies.php
index 8f2fc6c7f378c71b3481560c95ae6876210fed51..fd178175d2be107efb344c623f7491e4a2edb526 100644 (file)
@@ -160,18 +160,6 @@ class RepliesAction extends OwnerDesignAction
                                     $this->user->nickname)));
     }
 
-    /**
-     * show the personal group nav
-     *
-     * @return void
-     */
-
-    function showLocalNav()
-    {
-        $nav = new PersonalGroupNav($this);
-        $nav->show();
-    }
-
     /**
      * Show the content
      *