diff options
Diffstat (limited to 'modules/launcher/items/WallpaperItem.qml')
| -rw-r--r-- | modules/launcher/items/WallpaperItem.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/launcher/items/WallpaperItem.qml b/modules/launcher/items/WallpaperItem.qml index 103bc38..5a4cc67 100644 --- a/modules/launcher/items/WallpaperItem.qml +++ b/modules/launcher/items/WallpaperItem.qml @@ -86,10 +86,4 @@ StyledRect { Behavior on opacity { Anim {} } - - component Anim: NumberAnimation { - duration: Appearance.anim.durations.normal - easing.type: Easing.BezierSpline - easing.bezierCurve: Appearance.anim.curves.standard - } } |