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);