remove more groupnav

This commit is contained in:
Evan Prodromou 2011-08-27 16:14:11 -04:00
parent e0f7cf6a6c
commit 8287f27a95
2 changed files with 0 additions and 12 deletions

View File

@ -457,10 +457,4 @@ class GrouplogoAction extends GroupAction
$this->autofocus('avatarfile');
}
function showObjectNav()
{
$nav = new GroupNav($this, $this->group);
$nav->show();
}
}

View 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;