diff options
Diffstat (limited to 'modules/lock/NotifDock.qml')
| -rw-r--r-- | modules/lock/NotifDock.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/lock/NotifDock.qml b/modules/lock/NotifDock.qml index a986052..0a76545 100644 --- a/modules/lock/NotifDock.qml +++ b/modules/lock/NotifDock.qml @@ -140,10 +140,4 @@ ColumnLayout { } } } - - component Anim: NumberAnimation { - duration: Appearance.anim.durations.normal - easing.type: Easing.BezierSpline - easing.bezierCurve: Appearance.anim.curves.standard - } } |