projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f6349d
)
CRM-16373 - Config - Remove `gettextCodeset` and `gettextDomain`
author
Tim Otten
<totten@civicrm.org>
Mon, 17 Aug 2015 01:00:45 +0000
(18:00 -0700)
committer
Tim 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
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Config/Variables.php
b/CRM/Core/Config/Variables.php
index 1bd9d6d7b6e29bd76021e18fe1305849450b4029..10e72d65f6343da4332e04c0c07777aa77e8a9c0 100644
(file)
--- 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.
*/