From 3c63ac03ed262b59962b45ac974b82edc7c83880 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Thu, 13 Aug 2015 08:14:37 +0200 Subject: Remove unused pointer to the context wrapper THe binding wrapper doesn't use that pointer anymore. Change-Id: Ie04fff448b9647927219936a62c67ac0b4853eec Reviewed-by: Simon Hausmann --- src/qml/jsruntime/qv4script_p.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/qml/jsruntime/qv4script_p.h') diff --git a/src/qml/jsruntime/qv4script_p.h b/src/qml/jsruntime/qv4script_p.h index 77784dfc4f..22714496f8 100644 --- a/src/qml/jsruntime/qv4script_p.h +++ b/src/qml/jsruntime/qv4script_p.h @@ -90,7 +90,6 @@ struct QmlBindingWrapper : Heap::FunctionObject { QmlBindingWrapper(QV4::ExecutionContext *scope, Function *f, QV4::QmlContextWrapper *qml); // Constructor for QML functions and signal handlers, resulting binding wrapper is not callable! QmlBindingWrapper(QV4::ExecutionContext *scope, QV4::QmlContextWrapper *qml); - Pointer qml; }; } @@ -99,7 +98,6 @@ struct Q_QML_EXPORT QmlBindingWrapper : FunctionObject { V4_OBJECT2(QmlBindingWrapper, FunctionObject) static ReturnedValue call(const Managed *that, CallData *callData); - static void markObjects(Heap::Base *m, ExecutionEngine *e); Heap::QmlContext *context() const { return static_cast(d()->scope.ptr); } -- cgit v1.2.3