From 8def44bc575bd9aee125799f89deee11033434c0 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 14 Apr 2011 15:47:01 -0400 Subject: [PATCH] no object nav for showstream --- actions/showstream.php | 6 ------ 1 file changed, 6 deletions(-) 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);