summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/evaluateblendclipanimatorjob_p.h
diff options
context:
space:
mode:
authorChristian Stromme <christian.stromme@qt.io>2017-11-26 15:46:14 +0100
committerChristian Stromme <christian.stromme@qt.io>2017-11-27 10:44:19 +0000
commit4837a77a60db9d4958afa16a9a25031425d91874 (patch)
tree3f4d60ada532dcb27ec1cee0063eb38024acec8e /src/animation/backend/evaluateblendclipanimatorjob_p.h
parent983c8574b6dbc053db4856ae8c2720257ac44937 (diff)
Remove unused variables in the evaluate clip animator jobs
Change-Id: I1d8c06f3fc8933322b8e65ffc7c6601f2151fdd9 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/animation/backend/evaluateblendclipanimatorjob_p.h')
-rw-r--r--src/animation/backend/evaluateblendclipanimatorjob_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/animation/backend/evaluateblendclipanimatorjob_p.h b/src/animation/backend/evaluateblendclipanimatorjob_p.h
index ff578e517..a7822c8f9 100644
--- a/src/animation/backend/evaluateblendclipanimatorjob_p.h
+++ b/src/animation/backend/evaluateblendclipanimatorjob_p.h
@@ -78,9 +78,6 @@ protected:
private:
HBlendedClipAnimator m_blendClipAnimatorHandle;
Handler *m_handler;
-
- qint64 m_currentGlobalTime;
- qint64 m_lastGlobalTime;
};
typedef QSharedPointer<EvaluateBlendClipAnimatorJob> EvaluateBlendClipAnimatorJobPtr;