summaryrefslogtreecommitdiff
path: root/modules/lock/InputField.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lock/InputField.qml')
-rw-r--r--modules/lock/InputField.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/lock/InputField.qml b/modules/lock/InputField.qml
index 9360a1e..358093f 100644
--- a/modules/lock/InputField.qml
+++ b/modules/lock/InputField.qml
@@ -146,10 +146,4 @@ Item {
Anim {}
}
}
-
- component Anim: NumberAnimation {
- duration: Appearance.anim.durations.normal
- easing.type: Easing.BezierSpline
- easing.bezierCurve: Appearance.anim.curves.standard
- }
}