summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2018-02-27 15:45:55 +0100
committerJohan Helsing <johan.helsing@qt.io>2018-03-01 07:55:43 +0000
commit2c01e52f098c5a1cd7bb653b3e49fd2e02f11a60 (patch)
tree520d33d830ac542cdcb6e297104a9b9b6ac74d37
parent0a789ec6aa89e3abed43bc681e90ca320c539b08 (diff)
Remove unused variable QWaylandPointerPrivate::hasEntered
Change-Id: I0aa381466ad48e47d87c8e3bcff3a162e91b13b3 Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@liri.io>
-rw-r--r--src/compositor/compositor_api/qwaylandpointer_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compositor/compositor_api/qwaylandpointer_p.h b/src/compositor/compositor_api/qwaylandpointer_p.h
index 94f44f604..d45451cb9 100644
--- a/src/compositor/compositor_api/qwaylandpointer_p.h
+++ b/src/compositor/compositor_api/qwaylandpointer_p.h
@@ -99,7 +99,6 @@ private:
QPointF localPosition;
QPointF spacePosition;
- bool hasSentEnter = false;
uint enterSerial = 0;
int buttonCount = 0;