CRM-16373 - Config - Remove `gettextCodeset` and `gettextDomain`
authorTim Otten <totten@civicrm.org>
Mon, 17 Aug 2015 01:00:45 +0000 (18:00 -0700)
committerTim Otten <totten@civicrm.org>
Mon, 17 Aug 2015 01:00:45 +0000 (18:00 -0700)
These variables are not read or written anywhere.

CRM/Core/Config/Variables.php

index 1bd9d6d7b6e29bd76021e18fe1305849450b4029..10e72d65f6343da4332e04c0c07777aa77e8a9c0 100644 (file)
@@ -228,18 +228,6 @@ class CRM_Core_Config_Variables extends CRM_Core_Config_Defaults {
    */
   public $monetaryThousandSeparator = ',';
 
-  /**
-   * Default encoding of strings returned by gettext
-   * @var string
-   */
-  public $gettextCodeset = 'utf-8';
-
-  /**
-   * Default name for gettext domain.
-   * @var string
-   */
-  public $gettextDomain = 'civicrm';
-
   /**
    * Default location of gettext resource files.
    */