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>
This commit is contained in:
David Edmundson 2023-05-18 13:17:25 +03:00
parent 61f72fc6b6
commit be38fbd3f4

View File

@ -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;