summaryrefslogtreecommitdiff
path: root/modules/system.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system.module')
-rw-r--r--modules/system.module7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/system.module b/modules/system.module
index 123a4f273..c2a7ac769 100644
--- a/modules/system.module
+++ b/modules/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() {