default local nav in featured user list

This commit is contained in:
Evan Prodromou 2011-03-01 16:11:59 -05:00
parent 3c683ad7b5
commit 0850c66a21
1 changed files with 0 additions and 6 deletions

View File

@ -90,12 +90,6 @@ class FeaturedAction extends Action
$this->elementEnd('div');
}
function showLocalNav()
{
$nav = new PublicGroupNav($this);
$nav->show();
}
function getInstructions()
{
// TRANS: Description on page displaying featured users.