From 062bcde58706e6136a1deba165b7e46bb17781da Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Sun, 16 Aug 2015 22:29:38 -0700 Subject: [PATCH] CRM-16373 - Config - Remove unused `revampPages`, `maxLocationBlocks`, `formKeyDisable` These variables all appear to be unused. --- CRM/Core/Config/Defaults.php | 4 ---- CRM/Core/Config/Variables.php | 15 --------------- 2 files changed, 19 deletions(-) diff --git a/CRM/Core/Config/Defaults.php b/CRM/Core/Config/Defaults.php index b78b449652..314883e22c 100644 --- a/CRM/Core/Config/Defaults.php +++ b/CRM/Core/Config/Defaults.php @@ -59,10 +59,6 @@ class CRM_Core_Config_Defaults { // show tree widget $this->groupTree = defined('CIVICRM_GROUPTREE') ? TRUE : FALSE; - - // add UI revamp pages - //$this->revampPages = array( 'CRM/Admin/Form/Setting/Url.tpl', 'CRM/Admin/Form/Preferences/Address.tpl' ); - $this->revampPages = array(); } /** diff --git a/CRM/Core/Config/Variables.php b/CRM/Core/Config/Variables.php index e43a36314d..26df64b164 100644 --- a/CRM/Core/Config/Variables.php +++ b/CRM/Core/Config/Variables.php @@ -354,13 +354,6 @@ class CRM_Core_Config_Variables extends CRM_Core_Config_Defaults { */ public $fieldSeparator = ','; - /** - * Max location blocks in address - * - * @var integer - */ - public $maxLocationBlocks = 2; - /** * Some search settings */ @@ -387,14 +380,6 @@ class CRM_Core_Config_Variables extends CRM_Core_Config_Defaults { */ public $includeAlphabeticalPager = 1; public $includeOrderByClause = 1; - public $oldInputStyle = 1; - - /** - * Should we disable key generation for forms - * - * @var boolean - */ - public $formKeyDisable = FALSE; /** * determine whether the call is from cms or civicrm -- 2.25.1