show full local nav in public tag cloud

This commit is contained in:
Evan Prodromou 2011-03-01 16:09:35 -05:00
parent 85320a7561
commit 737eb371f8
1 changed files with 0 additions and 6 deletions

View File

@ -92,12 +92,6 @@ class PublictagcloudAction extends Action
$this->elementEnd('div');
}
function showLocalNav()
{
$nav = new PublicGroupNav($this);
$nav->show();
}
function handle($args)
{
parent::handle($args);