From bac1268ab00011f901602072277f1a02ebf5b35b Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Tue, 22 Mar 2016 15:08:07 +0100 Subject: QQuick: remove property index from the accessor functions. This parameter was not used. Change-Id: I1e8c0994cad37fc24105e354a80a4fb0131d58ee Reviewed-by: Simon Hausmann --- src/qml/qml/qqmlpropertycache_p.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/qml/qml/qqmlpropertycache_p.h') diff --git a/src/qml/qml/qqmlpropertycache_p.h b/src/qml/qml/qqmlpropertycache_p.h index 0b3573c58c..4ff5ee89f9 100644 --- a/src/qml/qml/qqmlpropertycache_p.h +++ b/src/qml/qml/qqmlpropertycache_p.h @@ -209,7 +209,6 @@ public: }; struct { // When HasAccessors QQmlAccessors *accessors; - qintptr accessorData; }; }; int coreIndex; -- cgit v1.2.3