From 966fbe55492c4f0556045cfba5161b287faa1848 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 25 Aug 2009 09:53:28 +0000 Subject: =?UTF-8?q?-=20Patch=20#546882=20by=20G=C3=A1bor=20Hojtsy:=20remov?= =?UTF-8?q?e=20unnecessary=20code.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/system/system.module | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'modules/system') diff --git a/modules/system/system.module b/modules/system/system.module index a6c3ae344..39ab7b0b8 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -660,18 +660,6 @@ function system_menu() { 'file' => 'system.admin.inc', ); - // 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'), - 'file' => 'system.admin.inc', - ); - // Actions. $items['admin/settings/actions'] = array( 'title' => 'Actions', -- cgit v1.2.3