From 996094a42f708be4ba40bcaf6ec3b22fc6815f91 Mon Sep 17 00:00:00 2001 From: Coleman Watts <coleman@civicrm.org> Date: Tue, 12 Nov 2013 13:37:43 -0800 Subject: [PATCH] CRM-12578 - Remove extras.css --- CRM/Core/Resources.php | 2 -- css/extras.css | 5 ----- 2 files changed, 7 deletions(-) delete mode 100644 css/extras.css diff --git a/CRM/Core/Resources.php b/CRM/Core/Resources.php index e923bbaab2..558455422a 100644 --- a/CRM/Core/Resources.php +++ b/CRM/Core/Resources.php @@ -495,8 +495,6 @@ class CRM_Core_Resources { } if (!CRM_Core_BAO_Setting::getItem(CRM_Core_BAO_Setting::SYSTEM_PREFERENCES_NAME, 'disable_core_css')) { $this->addStyleFile('civicrm', 'css/civicrm.css', -99, $region); - // extras.css is deprecated. Don't use it. - $this->addStyleFile('civicrm', 'css/extras.css', -98, $region); } } return $this; diff --git a/css/extras.css b/css/extras.css deleted file mode 100644 index 72a92580c3..0000000000 --- a/css/extras.css +++ /dev/null @@ -1,5 +0,0 @@ -/** - * @deprecated - * This file is deprecated and support will be removed for it in version 4.5 - * Don't use it. Instead configure a custom css url at /civicrm/admin/setting/url?reset=1 - */ -- GitLab