From be38fbd3f40ade27616db0d034b65be820dc723a Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Thu, 18 May 2023 13:17:25 +0300 Subject: [PATCH] client: Drop unused member variables Change-Id: Id7cca9d5cb620dadb356e9cfcc68ca1203a0db98 Reviewed-by: Eskil Abrahamsen Blomfeldt Reviewed-by: David Redondo --- src/plugins/platforms/wayland/qwaylandinputdevice_p.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/plugins/platforms/wayland/qwaylandinputdevice_p.h b/src/plugins/platforms/wayland/qwaylandinputdevice_p.h index dbdc89bde82..ea4b463c8b8 100644 --- a/src/plugins/platforms/wayland/qwaylandinputdevice_p.h +++ b/src/plugins/platforms/wayland/qwaylandinputdevice_p.h @@ -337,10 +337,6 @@ public: QPointF mGlobalPos; Qt::MouseButtons mButtons = Qt::NoButton; Qt::MouseButton mLastButton = Qt::NoButton; -#if QT_CONFIG(cursor) - wl_buffer *mCursorBuffer = nullptr; - Qt::CursorShape mCursorShape = Qt::BitmapCursor; -#endif struct FrameData { QWaylandPointerEvent *event = nullptr;