summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlengine_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-11-16 04:17:35 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-11-16 04:17:35 (GMT)
commit341464cd84a72808e0cc8b2c3b28f1c0a7c5e43f (patch)
tree106fe7c4158e4e700e8e91dd3a02dce49b58f6eb /src/declarative/qml/qmlengine_p.h
parent48738dd945f8eb3112ce295c37a67632121020e7 (diff)
downloadQt-341464cd84a72808e0cc8b2c3b28f1c0a7c5e43f.zip
Qt-341464cd84a72808e0cc8b2c3b28f1c0a7c5e43f.tar.gz
Qt-341464cd84a72808e0cc8b2c3b28f1c0a7c5e43f.tar.bz2
Remove dead code
Diffstat (limited to 'src/declarative/qml/qmlengine_p.h')
-rw-r--r--src/declarative/qml/qmlengine_p.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/declarative/qml/qmlengine_p.h b/src/declarative/qml/qmlengine_p.h
index 2e880bb..2f41651 100644
--- a/src/declarative/qml/qmlengine_p.h
+++ b/src/declarative/qml/qmlengine_p.h
@@ -112,7 +112,6 @@ public:
struct CapturedProperty {
CapturedProperty(QObject *o, int c, int n)
: object(o), coreIndex(c), notifyIndex(n) {}
- CapturedProperty(const QmlMetaProperty &);
QObject *object;
int coreIndex;
@@ -123,9 +122,6 @@ public:
QmlContext *rootContext;
QmlExpression *currentExpression;
bool isDebugging;
-#ifdef QT_SCRIPTTOOLS_LIB
- QScriptEngineDebugger *debugger;
-#endif
struct ImportedNamespace;
QmlContextScriptClass *contextClass;