From 000c10eb795802d2baa920dce5e00a339fe575ab Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 7 Mar 2005 21:17:03 +0000 Subject: - Patch #18491: removed the 'access throttle block' permission. It is no longer used. --- modules/throttle.module | 7 ------- modules/throttle/throttle.module | 7 ------- 2 files changed, 14 deletions(-) (limited to 'modules') diff --git a/modules/throttle.module b/modules/throttle.module index ebafac9a9..c746ba010 100644 --- a/modules/throttle.module +++ b/modules/throttle.module @@ -95,13 +95,6 @@ function _throttle_validate($value, $form) { } } -/** - * Implementation of hook_perm(). - */ -function throttle_perm() { - return array('access throttle block'); -} - /** * Implementation of hook_help(). */ diff --git a/modules/throttle/throttle.module b/modules/throttle/throttle.module index ebafac9a9..c746ba010 100644 --- a/modules/throttle/throttle.module +++ b/modules/throttle/throttle.module @@ -95,13 +95,6 @@ function _throttle_validate($value, $form) { } } -/** - * Implementation of hook_perm(). - */ -function throttle_perm() { - return array('access throttle block'); -} - /** * Implementation of hook_help(). */ -- cgit v1.2.3