Revert "Fix PHP warning on windows due to LC_MESSAGES not defined."

This reverts commit 5b18ff7965529ecaa4bdd2eb2ab3796b30da771c.
This commit is contained in:
Alexander A. Klimov 2015-06-12 10:38:25 +02:00
parent 1e0219f697
commit 0bce5e83ad
2 changed files with 0 additions and 5 deletions

View File

@ -18,7 +18,6 @@ Marius Hein <marius.hein@netways.de>
Markus Frosch <markus@lazyfrosch.de> Markus Frosch <markus@lazyfrosch.de>
Matthias Jentsch <matthias.jentsch@netways.de> Matthias Jentsch <matthias.jentsch@netways.de>
Michael Friedrich <michael.friedrich@netways.de> Michael Friedrich <michael.friedrich@netways.de>
Paul Richards <paul@minimoo.org>
Rene Moser <rene.moser@swisstxt.ch> Rene Moser <rene.moser@swisstxt.ch>
Susanne Vestner-Ludwig <susanne.vestner-ludwig@inserteffect.com> Susanne Vestner-Ludwig <susanne.vestner-ludwig@inserteffect.com>
Sylph Lin <sylph.lin@gmail.com> Sylph Lin <sylph.lin@gmail.com>

View File

@ -5,10 +5,6 @@ namespace Icinga\Util;
use Icinga\Exception\IcingaException; use Icinga\Exception\IcingaException;
if (!defined('LC_MESSAGES')) {
define('LC_MESSAGES', 6);
}
/** /**
* Helper class to ease internationalization when using gettext * Helper class to ease internationalization when using gettext
*/ */