]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove more groupnav
authorEvan Prodromou <evan@status.net>
Sat, 27 Aug 2011 20:14:11 +0000 (16:14 -0400)
committerEvan Prodromou <evan@status.net>
Sat, 27 Aug 2011 20:14:11 +0000 (16:14 -0400)
actions/grouplogo.php
actions/groupqueue.php

index c5a106520d710bb50414e1aed924be80264b9791..46ce27427496493be82aaa3598df6663356749b6 100644 (file)
@@ -457,10 +457,4 @@ class GrouplogoAction extends GroupAction
 
         $this->autofocus('avatarfile');
     }
-
-    function showObjectNav()
-    {
-        $nav = new GroupNav($this, $this->group);
-        $nav->show();
-    }
 }
index 2a7239400e442bfe1401355c2b252d1c03431e5e..4bbf5dcb023ea249dfbfbdd3edacaff192bcd241 100644 (file)
@@ -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;