From: Tim Otten Date: Mon, 17 Aug 2015 01:00:45 +0000 (-0700) Subject: CRM-16373 - Config - Remove `gettextCodeset` and `gettextDomain` X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9811398e01a4bcf729f080149c1e162cee1ad7d8;p=civicrm-core.git CRM-16373 - Config - Remove `gettextCodeset` and `gettextDomain` These variables are not read or written anywhere. --- diff --git a/CRM/Core/Config/Variables.php b/CRM/Core/Config/Variables.php index 1bd9d6d7b6..10e72d65f6 100644 --- a/CRM/Core/Config/Variables.php +++ b/CRM/Core/Config/Variables.php @@ -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. */