summaryrefslogtreecommitdiffstats
path: root/src/animation/frontend/qkeyframeanimation_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation/frontend/qkeyframeanimation_p.h')
-rw-r--r--src/animation/frontend/qkeyframeanimation_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/animation/frontend/qkeyframeanimation_p.h b/src/animation/frontend/qkeyframeanimation_p.h
index 60fc50fb1..b9b1f8585 100644
--- a/src/animation/frontend/qkeyframeanimation_p.h
+++ b/src/animation/frontend/qkeyframeanimation_p.h
@@ -63,7 +63,6 @@ public:
void calculateFrame(float position);
- float m_prevPosition;
QVector<float> m_framePositions;
QVector<Qt3DCore::QTransform *> m_keyframes;
Qt3DCore::QTransform *m_target;