aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow_p.h
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2016-07-20 13:59:42 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2016-07-21 08:58:57 +0000
commit8780d416875000f3935c286f53dfaa3b6c6450fe (patch)
treede1a0701a1bf9925be1df6d47dbab8c4f328177d /src/quick/items/qquickwindow_p.h
parentf33b986ee135191877cac14dc92367da7aa07fb2 (diff)
Remove unused variable
Change-Id: Ibfac6509696ad62da8741d3ccb938ecdcc94ecd3 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
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;