aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/items/qquickwindow_p.h')
-rw-r--r--src/quick/items/qquickwindow_p.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/quick/items/qquickwindow_p.h b/src/quick/items/qquickwindow_p.h
index 940ac7c77b..7e66aef9f4 100644
--- a/src/quick/items/qquickwindow_p.h
+++ b/src/quick/items/qquickwindow_p.h
@@ -247,10 +247,6 @@ public:
QQuickAnimatorController *animationController;
QScopedPointer<QTouchEvent> delayedTouch;
- // An event instance for each device that we've seen so far.
- // One of these gets re-used (reset) for every incoming mouse/touch/tablet event.
- // One reason to keep them separate is so that m_touchPoints will be only those from a single device.
- QVector<QQuickPointerEvent> pointerEventsByDevice;
int pointerEventRecursionGuard;
QQuickCustomRenderStage *customRenderStage;