From 81b2685cb6c79cacdd49313f5928d79da84d7f8c Mon Sep 17 00:00:00 2001 From: Dries Date: Fri, 21 Jun 2013 10:50:35 -0400 Subject: [PATCH] Issue #1987822 by vijaycs85, jrglasgow, tim.plunkett: Convert system_date_time_lookup() to a new style controller. --- core/modules/system/system.module | 7 ------- 1 file changed, 7 deletions(-) diff --git a/core/modules/system/system.module b/core/modules/system/system.module index abc9f9c1e53..6190d0479b7 100644 --- a/core/modules/system/system.module +++ b/core/modules/system/system.module @@ -889,13 +889,6 @@ function system_menu() { 'description' => 'Allow users to delete a configured date format.', 'route_name' => 'date_format_delete', ); - $items['admin/config/regional/date-time/formats/lookup'] = array( - 'title' => 'Date and time lookup', - 'page callback' => 'system_date_time_lookup', - 'access arguments' => array('administer site configuration'), - 'type' => MENU_CALLBACK, - 'file' => 'system.admin.inc', - ); // Search settings. $items['admin/config/search'] = array(