no object nav for showstream

This commit is contained in:
Evan Prodromou 2011-04-14 15:47:01 -04:00
parent b64a1ef0e7
commit 8def44bc57
1 changed files with 0 additions and 6 deletions

View File

@ -103,12 +103,6 @@ class ShowstreamAction extends ProfileAction
$this->showNotices();
}
function showObjectNav()
{
$nav = new SubGroupNav($this, $this->user);
$nav->show();
}
function showProfileBlock()
{
$block = new AccountProfileBlock($this, $this->profile);