summaryrefslogtreecommitdiff
path: root/modules/block.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-12-11 14:13:24 +0000
committerDries Buytaert <dries@buytaert.net>2004-12-11 14:13:24 +0000
commit6e3eb60aab126afd0829120a62bdf0556ec324ac (patch)
tree420c66f62990e3e9199561aea31b405be83dd541 /modules/block.module
parenta0291bb936ff2fbcdbc5795ec971c84443464c07 (diff)
downloadbrdo-6e3eb60aab126afd0829120a62bdf0556ec324ac.tar.gz
brdo-6e3eb60aab126afd0829120a62bdf0556ec324ac.tar.bz2
- Removed some cruft: left-over xxx_help_page() functions.
Diffstat (limited to 'modules/block.module')
-rw-r--r--modules/block.module7
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() {