diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-09-01 05:52:10 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-09-01 05:52:10 (GMT) |
commit | 7d566bc4eb5b5e47b48f28012fed24109a8dd735 (patch) | |
tree | 7dcdc8660ae10c496f4cdc05ffd0d8f0e30b825d /src/declarative/qml/qmlengine_p.h | |
parent | 6cd1863ca3ff0684e1dd1a8d9c13b8f141800072 (diff) | |
download | Qt-7d566bc4eb5b5e47b48f28012fed24109a8dd735.zip Qt-7d566bc4eb5b5e47b48f28012fed24109a8dd735.tar.gz Qt-7d566bc4eb5b5e47b48f28012fed24109a8dd735.tar.bz2 |
Remove unused member variables from QmlEnginePrivate
Diffstat (limited to 'src/declarative/qml/qmlengine_p.h')
-rw-r--r-- | src/declarative/qml/qmlengine_p.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/declarative/qml/qmlengine_p.h b/src/declarative/qml/qmlengine_p.h index b3c6279..b595e7c 100644 --- a/src/declarative/qml/qmlengine_p.h +++ b/src/declarative/qml/qmlengine_p.h @@ -114,7 +114,6 @@ public: QPODVector<CapturedProperty> capturedProperties; QmlContext *rootContext; - QmlContext *currentBindContext; // ### Remove me QmlExpression *currentExpression; bool isDebugging; #ifdef QT_SCRIPTTOOLS_LIB @@ -128,9 +127,6 @@ public: QScriptClass *nodeListClass; QScriptClass *namedNodeMapClass; - QmlContext *setCurrentBindContext(QmlContext *); - QStack<QmlContext *> activeContexts; // ### Remove me - struct QmlScriptEngine : public QScriptEngine { QmlScriptEngine(QmlEnginePrivate *priv) |