diff options
Diffstat (limited to 'modules/launcher/AppList.qml')
| -rw-r--r-- | modules/launcher/AppList.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/launcher/AppList.qml b/modules/launcher/AppList.qml index bbd58e8..f5c3846 100644 --- a/modules/launcher/AppList.qml +++ b/modules/launcher/AppList.qml @@ -240,10 +240,4 @@ StyledListView { list: root } } - - component Anim: NumberAnimation { - duration: Appearance.anim.durations.normal - easing.type: Easing.BezierSpline - easing.bezierCurve: Appearance.anim.curves.standard - } } |