diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2011-10-04 09:30:37 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2011-10-04 09:30:37 (GMT) |
commit | a3e91910e6eed7f5523009eb0a5439f4019d16ed (patch) | |
tree | 8e24a5109cab9286331f81b8e097d421e0892ca1 /tools/linguist | |
parent | 6a80266dae9e05de0a68d6a69f5f5416f9dd5746 (diff) | |
download | Qt-a3e91910e6eed7f5523009eb0a5439f4019d16ed.zip Qt-a3e91910e6eed7f5523009eb0a5439f4019d16ed.tar.gz Qt-a3e91910e6eed7f5523009eb0a5439f4019d16ed.tar.bz2 |
remove dead code
Diffstat (limited to 'tools/linguist')
-rw-r--r-- | tools/linguist/shared/numerus.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/linguist/shared/numerus.cpp b/tools/linguist/shared/numerus.cpp index ac519b5..87f3aee 100644 --- a/tools/linguist/shared/numerus.cpp +++ b/tools/linguist/shared/numerus.cpp @@ -361,13 +361,6 @@ static const NumerusTableEntry numerusTable[] = { static const int NumerusTableSize = sizeof(numerusTable) / sizeof(numerusTable[0]); -// magic number for the file -static const int MagicLength = 16; -static const uchar magic[MagicLength] = { - 0x3c, 0xb8, 0x64, 0x18, 0xca, 0xef, 0x9c, 0x95, - 0xcd, 0x21, 0x1c, 0xbf, 0x60, 0xa1, 0xbd, 0xdd -}; - bool getNumerusInfo(QLocale::Language language, QLocale::Country country, QByteArray *rules, QStringList *forms, const char **gettextRules) { |