diff --git a/modules/throttle.module b/modules/throttle.module index ebafac9a9cc0edc790048dd79210ba1c6724a119..c746ba010a5f46eab1ad5edcd4ab7fee23571fcb 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 ebafac9a9cc0edc790048dd79210ba1c6724a119..c746ba010a5f46eab1ad5edcd4ab7fee23571fcb 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(). */