From e4bc148ba2a3461c7f27b28570bdf73f617d907d Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Mon, 19 Oct 2020 09:21:42 +0200 Subject: [PATCH] Remove redundant QPointingDevicePrivate::extra The inherited QInputDevicePrivate::extra is enough. Change-Id: I663c63d9b6616ee1f3c312a905a34180a6a038c3 Reviewed-by: Friedemann Kleint --- src/gui/kernel/qpointingdevice_p.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/kernel/qpointingdevice_p.h b/src/gui/kernel/qpointingdevice_p.h index 871c39939f..299b99959e 100644 --- a/src/gui/kernel/qpointingdevice_p.h +++ b/src/gui/kernel/qpointingdevice_p.h @@ -104,7 +104,6 @@ public: using EventPointMap = QFlatMap; mutable EventPointMap activePoints; - void * extra = nullptr; // QPA plugins can store platform-specific stuff here QPointingDeviceUniqueId uniqueId; quint32 toolId = 0; // only for Wacom tablets qint8 maximumTouchPoints = 0;