From: Evan Prodromou Date: Tue, 1 Mar 2011 21:21:22 +0000 (-0500) Subject: defaultlocalnav for favorites X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=374253f0f751e2d0a81035853d5f577c64b07aba;p=quix0rs-gnu-social.git defaultlocalnav for favorites --- diff --git a/actions/showfavorites.php b/actions/showfavorites.php index eda2cf38eb..67ee914a91 100644 --- a/actions/showfavorites.php +++ b/actions/showfavorites.php @@ -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()) {