From: Evan Prodromou Date: Tue, 1 Mar 2011 20:59:01 +0000 (-0500) Subject: use default local nav for allaction X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8c03e8b0b3ef76146fc55cbf2e49ce2a35905806;p=quix0rs-gnu-social.git use default local nav for allaction --- diff --git a/actions/all.php b/actions/all.php index dc08592faf..896c63c7d9 100644 --- a/actions/all.php +++ b/actions/all.php @@ -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.