summaryrefslogtreecommitdiff
path: root/modules/search.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/search.module')
-rw-r--r--modules/search.module13
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/search.module b/modules/search.module
index 25f767bda..69714827d 100644
--- a/modules/search.module
+++ b/modules/search.module
@@ -68,19 +68,6 @@ function search_perm() {
}
/**
- * Implementation of hook_link().
- */
-function search_link($type) {
- $links = array();
-
- if ($type == 'page' && user_access('search content')) {
- $links[] = l(t('search'), 'search', array('title' => t('Search for older content.')));
- }
-
- return $links;
-}
-
-/**
* Implementation of hook_menu().
*/
function search_menu($may_cache) {