summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qanimation/rectanimation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/qanimation/rectanimation.cpp')
-rw-r--r--tests/benchmarks/qanimation/rectanimation.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/benchmarks/qanimation/rectanimation.cpp b/tests/benchmarks/qanimation/rectanimation.cpp
index ab381f4..88eec4d 100644
--- a/tests/benchmarks/qanimation/rectanimation.cpp
+++ b/tests/benchmarks/qanimation/rectanimation.cpp
@@ -92,8 +92,3 @@ void RectAnimation::updateCurrentTime(int currentTime)
if (m_object)
m_object->setRect(m_current);
}
-
-void RectAnimation::updateState(QAbstractAnimation::State state)
-{
- Q_UNUSED(state);
-}