From: Evan Prodromou Date: Wed, 4 May 2011 17:43:47 +0000 (-0700) Subject: remove object nav for search X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6b1732d9a2e7084b571051406f5f115f391c5030;p=quix0rs-gnu-social.git remove object nav for search --- diff --git a/lib/searchaction.php b/lib/searchaction.php index 030d2bb724..fd5f0b3ff5 100644 --- a/lib/searchaction.php +++ b/lib/searchaction.php @@ -62,20 +62,6 @@ class SearchAction extends Action $this->showPage(); } - /** - * Show tabset for this page - * - * Uses the SearchGroupNav widget - * - * @return void - * @see SearchGroupNav - */ - function showObjectNav() - { - $nav = new SearchGroupNav($this, $this->trimmed('q')); - $nav->show(); - } - function showTop($arr=null) { $error = null;