diff options
Diffstat (limited to 'modules/search/search.module')
-rw-r--r-- | modules/search/search.module | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/search/search.module b/modules/search/search.module index 95fe5ef10..334e8c14c 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -116,9 +116,6 @@ function search_theme() { 'file' => 'search.pages.inc', 'template' => 'search-results', ), - 'search_results_listing' => array( - 'variables' => array('title' => NULL, 'content' => NULL), - ), ); } |