summaryrefslogtreecommitdiff
path: root/modules/aggregator/aggregator.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/aggregator/aggregator.module')
-rw-r--r--modules/aggregator/aggregator.module9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module
index b578bb79f..b9436b975 100644
--- a/modules/aggregator/aggregator.module
+++ b/modules/aggregator/aggregator.module
@@ -108,15 +108,6 @@ function aggregator_perm() {
}
/**
- * Implementation of hook_link().
- */
-function aggregator_link($type) {
- if ($type == 'page' && user_access('access news feeds')) {
- return array(l(t('news feeds'), 'aggregator', array('title' => t('Read the latest news from syndicated web sites.'))));
- }
-}
-
-/**
* Implementation of hook_menu().
*/
function aggregator_menu($may_cache) {