From: Evan Prodromou Date: Sat, 27 Aug 2011 20:14:11 +0000 (-0400) Subject: remove more groupnav X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8287f27a95dc91dc12db142f240fbacff08f1809;p=quix0rs-gnu-social.git remove more groupnav --- diff --git a/actions/grouplogo.php b/actions/grouplogo.php index c5a106520d..46ce274274 100644 --- a/actions/grouplogo.php +++ b/actions/grouplogo.php @@ -457,10 +457,4 @@ class GrouplogoAction extends GroupAction $this->autofocus('avatarfile'); } - - function showObjectNav() - { - $nav = new GroupNav($this, $this->group); - $nav->show(); - } } diff --git a/actions/groupqueue.php b/actions/groupqueue.php index 2a7239400e..4bbf5dcb02 100644 --- a/actions/groupqueue.php +++ b/actions/groupqueue.php @@ -132,12 +132,6 @@ class GroupqueueAction extends GroupAction _('A list of users awaiting approval to join this group.')); } - function showObjectNav() - { - $nav = new GroupNav($this, $this->group); - $nav->show(); - } - function showContent() { $offset = ($this->page-1) * PROFILES_PER_PAGE;