From 9811398e01a4bcf729f080149c1e162cee1ad7d8 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Sun, 16 Aug 2015 18:00:45 -0700 Subject: [PATCH] CRM-16373 - Config - Remove `gettextCodeset` and `gettextDomain` These variables are not read or written anywhere. --- CRM/Core/Config/Variables.php | 12 ------------ 1 file changed, 12 deletions(-) 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. */ -- 2.25.1