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.module11
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 18925fd91..8f7603da2 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -615,17 +615,6 @@ function system_menu() {
'type' => MENU_CALLBACK,
);
- // Development menu category.
- $items['admin/development'] = array(
- 'title' => 'Development',
- 'description' => 'Development tools.',
- 'position' => 'right',
- 'weight' => -7,
- 'page callback' => 'system_admin_menu_block_page',
- 'access callback' => 'system_admin_menu_block_access',
- 'access arguments' => array('admin/development', 'access administration pages'),
- );
-
// Actions.
$items['admin/settings/actions'] = array(
'title' => 'Actions',