summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-09-20 09:53:44 +0200
committerAndras Timar <atimar@suse.com>2011-09-20 10:23:32 +0200
commit1536203ed26199b340a04e8f0a30c6a904ba8d1d (patch)
treec6675fab012c3c4a599827c1a602a4aef0d169ce /l10ntools
parent883988e3e49885aff5c7885c1334711c0c952e2f (diff)
remove unused MAX_LANGUAGES definition
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/inc/xmlparse.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/l10ntools/inc/xmlparse.hxx b/l10ntools/inc/xmlparse.hxx
index 97e56df59253..b2603c0e5c09 100644
--- a/l10ntools/inc/xmlparse.hxx
+++ b/l10ntools/inc/xmlparse.hxx
@@ -60,7 +60,6 @@ using namespace std;
#define XML_NODE_TYPE_DATA 0x003
#define XML_NODE_TYPE_COMMENT 0x004
#define XML_NODE_TYPE_DEFAULT 0x005
-#define MAX_LANGUAGES 99
//-------------------------------------------------------------------------