summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2011-09-06 10:02:54 +0300
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2011-09-06 10:05:55 +0300
commit890b99843f4e7bcbb010a64f87f191634b1b01ba (patch)
treef8535797e72ef7fcfff1df6863ba475ab3188fd9 /qmake
parente3a099032895e8722fd0c0250f35fd75972dd772 (diff)
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.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/qmake/generators/symbian/symbiancommon.cpp b/qmake/generators/symbian/symbiancommon.cpp
index c7d7560184..2c4373a36d 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,