]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/blockedfromgroup.php
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
[quix0rs-gnu-social.git] / actions / blockedfromgroup.php
index 07ed41e4142642d76f27b17aafeb53751915be26..caf3911d7d6615f9f96376b40d75e1a8ce0d156f 100644 (file)
@@ -122,12 +122,6 @@ class BlockedfromgroupAction extends GroupAction
                        _('A list of the users blocked from joining this group.'));
     }
 
-    function showObjectNav()
-    {
-        $nav = new GroupNav($this, $this->group);
-        $nav->show();
-    }
-
     function showContent()
     {
         $offset = ($this->page-1) * PROFILES_PER_PAGE;