]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove object nav for search
authorEvan Prodromou <evan@status.net>
Wed, 4 May 2011 17:43:47 +0000 (10:43 -0700)
committerEvan Prodromou <evan@status.net>
Wed, 4 May 2011 17:43:47 +0000 (10:43 -0700)
lib/searchaction.php

index 030d2bb724b2283b82228fd588b993aad65b1871..fd5f0b3ff5890c4ebe7b89b07b5a76d9472afc7a 100644 (file)
@@ -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;