CRM-16373 - Config - Remove unused `revampPages`, `maxLocationBlocks`, `formKeyDisable`
authorTim Otten <totten@civicrm.org>
Mon, 17 Aug 2015 05:29:38 +0000 (22:29 -0700)
committerTim Otten <totten@civicrm.org>
Mon, 17 Aug 2015 06:01:14 +0000 (23:01 -0700)
These variables all appear to be unused.

CRM/Core/Config/Defaults.php
CRM/Core/Config/Variables.php

index b78b4496523e10f3f932cdcc84b3057246ba062d..314883e22c3ca5356d36829a47c52630d665e8de 100644 (file)
@@ -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();
   }
 
   /**
index e43a36314d4d38c40fa27100cd1a75b6039c0eae..26df64b164f3df8ec36cfc61aa040505fcad23b8 100644 (file)
@@ -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