aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcontext_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmlcontext_p.h')
-rw-r--r--src/qml/qml/qqmlcontext_p.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/qml/qml/qqmlcontext_p.h b/src/qml/qml/qqmlcontext_p.h
index ef91c57af5..88e67f16ee 100644
--- a/src/qml/qml/qqmlcontext_p.h
+++ b/src/qml/qml/qqmlcontext_p.h
@@ -82,9 +82,6 @@ class QQmlEngine;
class QQmlExpression;
class QQmlExpressionPrivate;
class QQmlAbstractExpression;
-#ifdef QT_USE_OLD_V4
-class QV4Bindings;
-#endif
class QQmlContextData;
class QQmlContextPrivate : public QObjectPrivate
@@ -213,10 +210,6 @@ public:
// context
QQmlComponentAttached *componentAttached;
- // Optimized binding objects. Needed for deferred properties.
-#ifdef QT_USE_OLD_V4
- QV4Bindings *v4bindings;
-#endif
QV8Bindings *v8bindings;
// Return the outermost id for obj, if any.