summaryrefslogtreecommitdiffstats
path: root/tools/configure/tools.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure/tools.cpp')
-rw-r--r--tools/configure/tools.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/configure/tools.cpp b/tools/configure/tools.cpp
index da1d42da56..e1102d461c 100644
--- a/tools/configure/tools.cpp
+++ b/tools/configure/tools.cpp
@@ -184,11 +184,6 @@ void Tools::checkLicense(QMap<QString,QString> &dictionary, QMap<QString,QString
&& platformCode != PL('S', 'C') && platformCode != PL('S', 'U')
&& platformCode != PL('S', 'W') && platformCode != PL('K', 'M')) {
dictionary["DONE"] = "error";
- } else if (dictionary["PLATFORM NAME"].contains("Symbian")
- && platformCode != PL('N', '9') && platformCode != PL('S', '9')
- && platformCode != PL('S', 'C') && platformCode != PL('S', 'U')
- && platformCode != PL('S', 'W')) {
- dictionary["DONE"] = "error";
}
break;
case PL('R', 'M'):