use default local nav for allaction

This commit is contained in:
Evan Prodromou 2011-03-01 15:59:01 -05:00
parent c925a4d181
commit 8c03e8b0b3
1 changed files with 0 additions and 6 deletions

View File

@ -127,12 +127,6 @@ class AllAction extends ProfileAction
);
}
function showLocalNav()
{
$nav = new PersonalGroupNav($this);
$nav->show();
}
function showEmptyListMessage()
{
// TRANS: Empty list message. %s is a user nickname.