From b3fab495f514a3bd2d335276a022c0f3678f1cc4 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Thu, 17 Jul 2014 15:56:30 +0200 Subject: Cleanup: Get rid of __data members These are not needed anymore Change-Id: Ib834aa294e84ca9fbdd5b6850d5bc172e8b54ba1 Reviewed-by: Lars Knoll --- src/qml/qml/qqmlcontextwrapper_p.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/qml/qml/qqmlcontextwrapper_p.h') diff --git a/src/qml/qml/qqmlcontextwrapper_p.h b/src/qml/qml/qqmlcontextwrapper_p.h index 73747cadfc..d6f25ac79a 100644 --- a/src/qml/qml/qqmlcontextwrapper_p.h +++ b/src/qml/qml/qqmlcontextwrapper_p.h @@ -84,16 +84,6 @@ struct Q_QML_EXPORT QmlContextWrapper : Object QPointer scopeObject; QQmlIdObjectsArray *idObjectsWrapper; }; - struct { - bool readOnly; - bool ownsContext; - bool isNullWrapper; - - QQmlGuardedContextData context; - QPointer scopeObject; - QQmlIdObjectsArray *idObjectsWrapper; - } __data; - V4_OBJECT(Object) static ReturnedValue qmlScope(QV8Engine *e, QQmlContextData *ctxt, QObject *scope); @@ -126,10 +116,6 @@ struct QQmlIdObjectsArray : public Object Data(ExecutionEngine *engine, QmlContextWrapper *contextWrapper); QmlContextWrapper *contextWrapper; }; - struct { - QmlContextWrapper *contextWrapper; - } __data; - V4_OBJECT(Object) static ReturnedValue getIndexed(Managed *m, uint index, bool *hasProperty); -- cgit v1.2.3