remove object nav for search

This commit is contained in:
Evan Prodromou 2011-05-04 10:43:47 -07:00
parent 90eb09624c
commit 6b1732d9a2

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