aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeanimations/data/pathInterpolator.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativeanimations/data/pathInterpolator.qml')
-rw-r--r--tests/auto/declarative/qdeclarativeanimations/data/pathInterpolator.qml13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/auto/declarative/qdeclarativeanimations/data/pathInterpolator.qml b/tests/auto/declarative/qdeclarativeanimations/data/pathInterpolator.qml
deleted file mode 100644
index 0104412d7c..0000000000
--- a/tests/auto/declarative/qdeclarativeanimations/data/pathInterpolator.qml
+++ /dev/null
@@ -1,13 +0,0 @@
-import QtQuick 2.0
-
-PathInterpolator {
- path: Path {
- startX: 50; startY: 50
- PathCubic {
- x: 300; y: 300
-
- control1X: 300; control1Y: 50
- control2X: 50; control2Y: 300
- }
- }
-}