summaryrefslogtreecommitdiff
path: root/modules/throttle
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-03-07 21:17:03 +0000
committerDries Buytaert <dries@buytaert.net>2005-03-07 21:17:03 +0000
commit000c10eb795802d2baa920dce5e00a339fe575ab (patch)
tree1364f95f48545f7c4555c5ef8050d75d969894eb /modules/throttle
parent5c804b9119cdf0b7e1b1052b119eb91dbee28bd8 (diff)
downloadbrdo-000c10eb795802d2baa920dce5e00a339fe575ab.tar.gz
brdo-000c10eb795802d2baa920dce5e00a339fe575ab.tar.bz2
- Patch #18491: removed the 'access throttle block' permission. It is no longer used.
Diffstat (limited to 'modules/throttle')
-rw-r--r--modules/throttle/throttle.module7
1 files changed, 0 insertions, 7 deletions
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
@@ -96,13 +96,6 @@ function _throttle_validate($value, $form) {
}
/**
- * Implementation of hook_perm().
- */
-function throttle_perm() {
- return array('access throttle block');
-}
-
-/**
* Implementation of hook_help().
*/
function throttle_help($section) {