Remove unused variable

Change-Id: I774b1647eff5fcfa0de5bcc50ca2638644b03613
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
This commit is contained in:
Jan Arve Sæther 2020-02-07 11:23:53 +01:00
parent 71e9c2f036
commit f415c5ad23

View File

@ -215,7 +215,6 @@ private:
void initGL();
QPointF pixelPosToViewPos(const QPointF& p);
QTime m_time; // ### Qt 6: remove (unused)
int m_lastTime;
int m_mouseEventTime;
int m_distExp;