From 890b99843f4e7bcbb010a64f87f191634b1b01ba Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Tue, 6 Sep 2011 10:02:54 +0300 Subject: Remove few unused variables. The languageAttribute and underscoreChar variables were not used in SymbianCommonGenerator::parseTsContent function, so removed them. Reviewed-by: TrustMe --- qmake/generators/symbian/symbiancommon.cpp | 2 -- 1 file changed, 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, -- cgit v0.12