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/system.module | 7 ------- 1 file changed, 7 deletions(-) (limited to 'modules/system.module') diff --git a/modules/system.module b/modules/system.module index 123a4f273..c2a7ac769 100644 --- a/modules/system.module +++ b/modules/system.module @@ -42,13 +42,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(). */ -- cgit v1.2.3