default local nav in popular notices

This commit is contained in:
Evan Prodromou 2011-03-01 16:11:19 -05:00
parent 4561caec10
commit 3c683ad7b5
1 changed files with 0 additions and 13 deletions

View File

@ -163,19 +163,6 @@ class FavoritedAction extends Action
$this->elementEnd('div');
}
/**
* Local navigation
*
* This page is part of the public group, so show that.
*
* @return void
*/
function showLocalNav()
{
$nav = new PublicGroupNav($this);
$nav->show();
}
/**
* Content area
*