From: Evan Prodromou Date: Thu, 14 Apr 2011 19:47:01 +0000 (-0400) Subject: no object nav for showstream X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8def44bc575bd9aee125799f89deee11033434c0;p=quix0rs-gnu-social.git no object nav for showstream --- diff --git a/actions/showstream.php b/actions/showstream.php index a2320909fc..fe819d30cf 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -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);