diff options
Diffstat (limited to 'modules/locale/locale.module')
-rw-r--r-- | modules/locale/locale.module | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/locale/locale.module b/modules/locale/locale.module index 19acfc5b0..fd13bdf29 100644 --- a/modules/locale/locale.module +++ b/modules/locale/locale.module @@ -101,10 +101,6 @@ function locale_menu($may_cache) { 'type' => MENU_CALLBACK); } else { - // Add the CSS for this module - // We put this in !$may_cache so it's only added once per request - drupal_add_css(drupal_get_path('module', 'locale') .'/locale.css'); - if (is_numeric(arg(5))) { // String related callbacks $items[] = array('path' => 'admin/settings/locale/string/edit/'. arg(5), |