aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/animations
diff options
context:
space:
mode:
authorNorihito Tohge <norihito.tohge@qt.io>2020-03-02 14:56:21 +0900
committerNorihito Tohge <norihito.tohge@qt.io>2020-03-12 16:57:07 +0900
commit5c6e0f0095780391c42e848d20ba2cac965b1412 (patch)
tree4b44cdd980447ff55f582daa08c5ba908d40893d /src/qml/animations
parent4482aa576b2e0e6f5b30675d2681599daaf23762 (diff)
Remove unused define
It looks like this has never been used since 5.0. Change-Id: I1038a9f15f05b5476515cf2d35931f992e77fbbe Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src/qml/animations')
-rw-r--r--src/qml/animations/qabstractanimationjob.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/animations/qabstractanimationjob.cpp b/src/qml/animations/qabstractanimationjob.cpp
index c6ace05b8f..82f3e53d68 100644
--- a/src/qml/animations/qabstractanimationjob.cpp
+++ b/src/qml/animations/qabstractanimationjob.cpp
@@ -45,8 +45,6 @@
#include "private/qqmlengine_p.h"
#include "private/qqmlglobal_p.h"
-#define DEFAULT_TIMER_INTERVAL 16
-
QT_BEGIN_NAMESPACE
#ifndef QT_NO_THREAD