diff options
author | Andras Timar <atimar@suse.com> | 2011-09-20 09:50:10 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-09-20 10:23:30 +0200 |
commit | 883988e3e49885aff5c7885c1334711c0c952e2f (patch) | |
tree | c2d79db350a8106c311f335bb0c0245d8b9a1245 /l10ntools/source/xrmlex.l | |
parent | 691518d27ae5d552a75ac14f856dd31d686c2864 (diff) |
remove obsolete command line switch -ISO99
Diffstat (limited to 'l10ntools/source/xrmlex.l')
-rw-r--r-- | l10ntools/source/xrmlex.l | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/l10ntools/source/xrmlex.l b/l10ntools/source/xrmlex.l index 034812cf61f5..29b2081ce808 100644 --- a/l10ntools/source/xrmlex.l +++ b/l10ntools/source/xrmlex.l @@ -197,7 +197,6 @@ main( int argc, char* argv[]) fprintf( stdout, " f1, f2,... are also elements of (de,en-US,es...)\n" ); fprintf( stdout, " Example: -L en-US,es=de\n" ); fprintf( stdout, " Restriction to es and en-US, de will be fallback for 99\n" ); -// fprintf( stdout, " -ISO99: IsoCode is the full qualified ISO language code for language 99" ); return 1; } pFile = GetXrmFile(); |