RepliesAction uses default local nav

This commit is contained in:
Evan Prodromou 2011-03-01 16:06:29 -05:00
parent 0fef2cb66d
commit 3377bc2ccf
1 changed files with 0 additions and 12 deletions

View File

@ -160,18 +160,6 @@ class RepliesAction extends OwnerDesignAction
$this->user->nickname)));
}
/**
* show the personal group nav
*
* @return void
*/
function showLocalNav()
{
$nav = new PersonalGroupNav($this);
$nav->show();
}
/**
* Show the content
*