aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgmousearea_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/items/qsgmousearea_p_p.h')
-rw-r--r--src/declarative/items/qsgmousearea_p_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/items/qsgmousearea_p_p.h b/src/declarative/items/qsgmousearea_p_p.h
index 2ec1eda3f7..6cf663ac6d 100644
--- a/src/declarative/items/qsgmousearea_p_p.h
+++ b/src/declarative/items/qsgmousearea_p_p.h
@@ -95,7 +95,6 @@ public:
bool stealMouse : 1;
bool doubleClick : 1;
bool preventStealing : 1;
- bool dragRejected : 1;
QSGDrag *drag;
QPointF startScene;
QPointF targetStartPos;