diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2011-09-06 07:02:54 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2011-09-06 07:05:55 (GMT) |
commit | 890b99843f4e7bcbb010a64f87f191634b1b01ba (patch) | |
tree | f8535797e72ef7fcfff1df6863ba475ab3188fd9 /qmake | |
parent | e3a099032895e8722fd0c0250f35fd75972dd772 (diff) | |
download | Qt-890b99843f4e7bcbb010a64f87f191634b1b01ba.zip Qt-890b99843f4e7bcbb010a64f87f191634b1b01ba.tar.gz Qt-890b99843f4e7bcbb010a64f87f191634b1b01ba.tar.bz2 |
Remove few unused variables.
The languageAttribute and underscoreChar variables were not used
in SymbianCommonGenerator::parseTsContent function, so removed them.
Reviewed-by: TrustMe
Diffstat (limited to 'qmake')
-rw-r--r-- | qmake/generators/symbian/symbiancommon.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qmake/generators/symbian/symbiancommon.cpp b/qmake/generators/symbian/symbiancommon.cpp index c7d7560..2c4373a 100644 --- a/qmake/generators/symbian/symbiancommon.cpp +++ b/qmake/generators/symbian/symbiancommon.cpp @@ -962,8 +962,6 @@ bool SymbianCommonGenerator::parseTsContent(const QString &tsFilename, SymbianLo static QString longCaptionSource = QLatin1String("Application long caption"); static QString pkgDisplayNameSource = QLatin1String("Package name"); static QString installerPkgDisplayNameSource = QLatin1String("Smart installer package name"); - static QString languageAttribute = QLatin1String("language"); - static QChar underscoreChar = QLatin1Char('_'); enum CurrentContext { ContextUnknown, |