diff options
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() { |