summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandinputdevice_p.h
diff options
context:
space:
mode:
authorDavid Edmundson <davidedmundson@kde.org>2023-05-18 13:17:25 +0300
committerDavid Edmundson <davidedmundson@kde.org>2023-08-31 06:59:13 +0100
commitf6dd435fdb3086b2b2a9581d6da559510e8bfde1 (patch)
tree3a949c1882aa2b51f2e32f7ee365f218a3fdc152 /src/client/qwaylandinputdevice_p.h
parent20135e2c9bae53061301f2c5feccb6e1460a0223 (diff)
client: Drop unused member variables
Change-Id: Id7cca9d5cb620dadb356e9cfcc68ca1203a0db98 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> Reviewed-by: David Redondo <qt@david-redondo.de>
Diffstat (limited to 'src/client/qwaylandinputdevice_p.h')
-rw-r--r--src/client/qwaylandinputdevice_p.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/qwaylandinputdevice_p.h b/src/client/qwaylandinputdevice_p.h
index dbdc89bde..ea4b463c8 100644
--- a/src/client/qwaylandinputdevice_p.h
+++ b/src/client/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;