diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-12-11 14:13:24 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-12-11 14:13:24 +0000 |
commit | 6e3eb60aab126afd0829120a62bdf0556ec324ac (patch) | |
tree | 420c66f62990e3e9199561aea31b405be83dd541 /modules/system/system.module | |
parent | a0291bb936ff2fbcdbc5795ec971c84443464c07 (diff) | |
download | brdo-6e3eb60aab126afd0829120a62bdf0556ec324ac.tar.gz brdo-6e3eb60aab126afd0829120a62bdf0556ec324ac.tar.bz2 |
- Removed some cruft: left-over xxx_help_page() functions.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 123a4f273..c2a7ac769 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -43,13 +43,6 @@ function system_help($section) { } /** - * Menu callback; presents system-specific help text from admin/help. - */ -function system_help_page() { - print theme('page', system_help('admin/help#system')); -} - -/** * Implementation of hook_perm(). */ function system_perm() { |