summaryrefslogtreecommitdiff
path: root/l10ntools/source/cfgmerge.cxx
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-09-20 09:50:10 +0200
committerAndras Timar <atimar@suse.com>2011-09-20 10:23:30 +0200
commit883988e3e49885aff5c7885c1334711c0c952e2f (patch)
treec2d79db350a8106c311f335bb0c0245d8b9a1245 /l10ntools/source/cfgmerge.cxx
parent691518d27ae5d552a75ac14f856dd31d686c2864 (diff)
remove obsolete command line switch -ISO99
Diffstat (limited to 'l10ntools/source/cfgmerge.cxx')
-rw-r--r--l10ntools/source/cfgmerge.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/l10ntools/source/cfgmerge.cxx b/l10ntools/source/cfgmerge.cxx
index 047839c4b8d5..8a499143e232 100644
--- a/l10ntools/source/cfgmerge.cxx
+++ b/l10ntools/source/cfgmerge.cxx
@@ -50,7 +50,6 @@ extern "C" { int YYWarning( char * ); }
#define STATE_ERRORLOG 0x0007
#define STATE_UTF8 0x0008
#define STATE_LANGUAGES 0X0009
-#define STATE_ISOCODE99 0x000A
#define STATE_FORCE 0x000B
// set of global variables
@@ -129,9 +128,6 @@ extern char *GetOutputFile( int argc, char* argv[])
else if ( sSwitch == "-L" ) {
nState = STATE_LANGUAGES;
}
- else if ( sSwitch.ToUpperAscii() == "-ISO99" ) {
- nState = STATE_ISOCODE99;
- }
else {
switch ( nState ) {
case STATE_NON: {