diff --git a/actions/blockedfromgroup.php b/actions/blockedfromgroup.php index 07ed41e414..caf3911d7d 100644 --- a/actions/blockedfromgroup.php +++ b/actions/blockedfromgroup.php @@ -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; diff --git a/actions/editgroup.php b/actions/editgroup.php index 8405dbe292..35dd25b896 100644 --- a/actions/editgroup.php +++ b/actions/editgroup.php @@ -139,12 +139,6 @@ class EditgroupAction extends GroupAction $this->showPage(); } - function showObjectNav() - { - $nav = new GroupNav($this, $this->group); - $nav->show(); - } - function showContent() { $form = new GroupEditForm($this, $this->group);