summaryrefslogtreecommitdiff
path: root/modules/archive/archive.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/archive/archive.module')
-rw-r--r--modules/archive/archive.module12
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/archive/archive.module b/modules/archive/archive.module
index e4bc41fd1..557e201ba 100644
--- a/modules/archive/archive.module
+++ b/modules/archive/archive.module
@@ -190,18 +190,6 @@ function archive_block($op = 'list', $delta = 0) {
}
/**
- * Implementation of hook_link().
- */
-function archive_link($type) {
- $links = array();
-
- if ($type == 'page' && user_access('access content')) {
- $links[] = l(t('archives'), 'archive', array('title' => t('Read the older content in our archive.')));
- }
- return $links;
-}
-
-/**
* Implementation of hook_menu().
*/
function archive_menu($may_cache) {