From a34327a557f0460d0786a845846e49b90f83a701 Mon Sep 17 00:00:00 2001 From: Andreas Buhr Date: Wed, 13 Jan 2021 11:39:11 +0100 Subject: Remove unused variable fromSourced Change-Id: I20ff922136018960371ef00c6aa5c30d29c25690 Reviewed-by: Mitch Curtis --- src/quick/util/qquickanimation_p_p.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/quick') diff --git a/src/quick/util/qquickanimation_p_p.h b/src/quick/util/qquickanimation_p_p.h index 1b62f97faf..f04026326b 100644 --- a/src/quick/util/qquickanimation_p_p.h +++ b/src/quick/util/qquickanimation_p_p.h @@ -270,7 +270,7 @@ class QQuickPropertyAnimationPrivate : public QQuickAbstractAnimationPrivate Q_DECLARE_PUBLIC(QQuickPropertyAnimation) public: QQuickPropertyAnimationPrivate() - : QQuickAbstractAnimationPrivate(), target(nullptr), fromSourced(false), fromIsDefined(false), toIsDefined(false), + : QQuickAbstractAnimationPrivate(), target(nullptr), fromIsDefined(false), toIsDefined(false), defaultToInterpolatorType(0), interpolatorType(0), interpolator(nullptr), duration(250), actions(nullptr) {} QVariant from; @@ -283,7 +283,6 @@ public: QList exclude; QString defaultProperties; - bool fromSourced; bool fromIsDefined:1; bool toIsDefined:1; bool defaultToInterpolatorType:1; -- cgit v1.2.3