aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@viroteck.net>2014-12-08 02:33:57 -0800
committerRobin Burchell <robin.burchell@viroteck.net>2014-12-09 00:19:55 +0100
commit3adcf75c6c2585d643bd30a23da11912410f80d7 (patch)
tree9c884ae93272a83b1ec24d18d25246f6dcfa625e
parent310fd3ed8c9978840b67231404cb3b4ba30193c2 (diff)
May it rest in pieces.
Change-Id: I58a2ac56e099da44314feb1614067626b015710a Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
-rw-r--r--src/qml/qml/qqmlengine.cpp1
-rw-r--r--src/qml/qml/qqmlengine_p.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlengine.cpp b/src/qml/qml/qqmlengine.cpp
index 2a27c543fd..a92162aa74 100644
--- a/src/qml/qml/qqmlengine.cpp
+++ b/src/qml/qml/qqmlengine.cpp
@@ -555,7 +555,6 @@ QQmlEnginePrivate::QQmlEnginePrivate(QQmlEngine *e)
scarceResourcesRefCount(0), typeLoader(e), importDatabase(e), uniqueId(1),
incubatorCount(0), incubationController(0), mutex(QMutex::Recursive)
{
- useNewCompiler = true;
}
QQmlEnginePrivate::~QQmlEnginePrivate()
diff --git a/src/qml/qml/qqmlengine_p.h b/src/qml/qml/qqmlengine_p.h
index f19bfc84b3..c9e429c7bb 100644
--- a/src/qml/qml/qqmlengine_p.h
+++ b/src/qml/qml/qqmlengine_p.h
@@ -138,7 +138,6 @@ public:
QQmlContext *rootContext;
bool isDebugging;
- bool useNewCompiler;
QQmlProfiler *profiler;
void enableProfiler();