diff options
Diffstat (limited to 'modules/aggregator.module')
-rw-r--r-- | modules/aggregator.module | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/aggregator.module b/modules/aggregator.module index b578bb79f..b9436b975 100644 --- a/modules/aggregator.module +++ b/modules/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) { |