CRM-16373 - Config - Remove `smartyDir`, `pluginsDir`, and `sqlDir`
[civicrm-core.git] / CRM / Core / Config / Variables.php
index 7f69eb5001596331adc35cb63618688beee28d10..69b3737161be01ce50089b20239db7d7361c841a 100644 (file)
@@ -44,13 +44,6 @@ class CRM_Core_Config_Variables extends CRM_Core_Config_Defaults {
   public $debug = 0;
   public $backtrace = 0;
 
-  /**
-   * The directory where Smarty and plugins are installed.
-   * @var string
-   */
-  public $smartyDir = NULL;
-  public $pluginsDir = NULL;
-
   /**
    * The root directory of our template tree.
    * @var string