defaultlocalnav for favorites

This commit is contained in:
Evan Prodromou 2011-03-01 16:21:22 -05:00
parent 55fa14baec
commit 374253f0f7
1 changed files with 0 additions and 11 deletions

View File

@ -189,17 +189,6 @@ class ShowfavoritesAction extends OwnerDesignAction
$this->user->nickname)));
}
/**
* show the personal group nav
*
* @return void
*/
function showLocalNav()
{
$nav = new PersonalGroupNav($this);
$nav->show();
}
function showEmptyListMessage()
{
if (common_logged_in()) {