]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
no object nav for showstream
authorEvan Prodromou <evan@status.net>
Thu, 14 Apr 2011 19:47:01 +0000 (15:47 -0400)
committerEvan Prodromou <evan@status.net>
Thu, 14 Apr 2011 19:47:01 +0000 (15:47 -0400)
actions/showstream.php

index a2320909fcf57e7db664f0611c937a68a9506e91..fe819d30cf8302341ae0f975d709c9a13a6846fd 100644 (file)
@@ -103,12 +103,6 @@ class ShowstreamAction extends ProfileAction
         $this->showNotices();
     }
 
-    function showObjectNav()
-    {
-        $nav = new SubGroupNav($this, $this->user);
-        $nav->show();
-    }
-
     function showProfileBlock()
     {
         $block = new AccountProfileBlock($this, $this->profile);