Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x

This commit is contained in:
Brion Vibber 2011-03-07 13:36:54 -08:00
commit 4a54bb337a
1 changed files with 0 additions and 6 deletions

View File

@ -92,12 +92,6 @@ class MailboxAction extends CurrentUserDesignAction
$this->showPage(); $this->showPage();
} }
function showLocalNav()
{
$nav = new PersonalGroupNav($this);
$nav->show();
}
function showNoticeForm() function showNoticeForm()
{ {
$message_form = new MessageForm($this); $message_form = new MessageForm($this);