qdoc: Removed several #if 0 blocks.
[profile/ivi/qtbase.git] / src / tools / qdoc / config.cpp
index 905dba6..7ab6570 100644 (file)
@@ -215,15 +215,6 @@ void Config::unload(const QString& fileName)
     QStringMultiMap::ConstIterator v = stringValueMap.constBegin();
     while (v != stringValueMap.constEnd()) {
         qDebug() << v.key() << " = " << v.value();
-#if 0
-        if (v.key().startsWith(varDot)) {
-            QString subVar = v.key().mid(varDot.length());
-            int dot = subVar.indexOf(QLatin1Char('.'));
-            if (dot != -1)
-                subVar.truncate(dot);
-            t.insert(subVar,v.value());
-        }
-#endif
         ++v;
     }
     qDebug() << "fileName:" << fileName;