diff options
Diffstat (limited to 'modules/block.module')
-rw-r--r-- | modules/block.module | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/block.module b/modules/block.module index dd120cfe9..d7e4b7e9b 100644 --- a/modules/block.module +++ b/modules/block.module @@ -41,13 +41,6 @@ function block_help($section) { } /** - * Menu callback; presents the block-specific information from admin/help. - */ -function block_help_page() { - print theme('page', block_help('admin/help#block')); -} - -/** * Implementation of hook_perm(). */ function block_perm() { |