From 00adacd7934d7553eaea7c6d2b43bcb3df439e3e Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 8 Sep 2017 14:37:41 +0200 Subject: Remove unused member variable And fix a valgrind warning about the other variables in the bitfield being used uninitialized. Change-Id: I1f3730873ef2b95e8298d0cb8f4014aa4a221dd3 Reviewed-by: Simon Hausmann --- src/quick/items/qquickpathview_p_p.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/quick/items/qquickpathview_p_p.h b/src/quick/items/qquickpathview_p_p.h index d58c986d1a..274086ea7c 100644 --- a/src/quick/items/qquickpathview_p_p.h +++ b/src/quick/items/qquickpathview_p_p.h @@ -153,7 +153,6 @@ public: bool moving : 1; bool flicking : 1; bool dragging : 1; - bool requestedOnPath : 1; bool inRequest : 1; bool delegateValidated : 1; bool inRefill : 1; -- cgit v1.2.3