From 6e3eb60aab126afd0829120a62bdf0556ec324ac Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 11 Dec 2004 14:13:24 +0000 Subject: - Removed some cruft: left-over xxx_help_page() functions. --- modules/block.module | 7 ------- 1 file changed, 7 deletions(-) (limited to 'modules/block.module') diff --git a/modules/block.module b/modules/block.module index dd120cfe9..d7e4b7e9b 100644 --- a/modules/block.module +++ b/modules/block.module @@ -40,13 +40,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(). */ -- cgit v1.2.3