]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/mailbox.php
Merge branch 'event' into 1.0.x
[quix0rs-gnu-social.git] / lib / mailbox.php
index cb56eb5904932a47c8c0b9b52582bc5741b881b3..e9e4f78c6b07091486a1c95b7eec4720a2d6d380 100644 (file)
@@ -92,12 +92,6 @@ class MailboxAction extends CurrentUserDesignAction
         $this->showPage();
     }
 
-    function showLocalNav()
-    {
-        $nav = new PersonalGroupNav($this);
-        $nav->show();
-    }
-
     function showNoticeForm()
     {
         $message_form = new MessageForm($this);