summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index ff4cf4ed3..7d04cffa9 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -534,15 +534,6 @@ function system_menu() {
);
// Menu items that are basically just menu blocks.
- $items['admin/settings'] = array(
- 'title' => 'Site configuration',
- 'description' => 'Configure site settings.',
- 'position' => 'right',
- 'weight' => -2,
- 'page callback' => 'system_settings_overview',
- 'access arguments' => array('access administration pages'),
- 'file' => 'system.admin.inc',
- );
$items['admin/structure'] = array(
'title' => 'Structure',
'description' => 'Control how your site looks and feels.',