aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativespringanimation/data/springanimation3.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativespringanimation/data/springanimation3.qml')
-rw-r--r--tests/auto/qtquick1/qdeclarativespringanimation/data/springanimation3.qml8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/auto/qtquick1/qdeclarativespringanimation/data/springanimation3.qml b/tests/auto/qtquick1/qdeclarativespringanimation/data/springanimation3.qml
deleted file mode 100644
index b68d769f01..0000000000
--- a/tests/auto/qtquick1/qdeclarativespringanimation/data/springanimation3.qml
+++ /dev/null
@@ -1,8 +0,0 @@
-import QtQuick 1.0
-
-SpringAnimation {
- to: 1.44; velocity: 0.9
- spring: 1.0; damping: 0.5
- epsilon: 0.25; modulus: 360.0
- mass: 2.0; running: false
-}