diff --git a/ScreenPlay/qml.qrc b/ScreenPlay/qml.qrc index b00d43a5..2e91cf57 100644 --- a/ScreenPlay/qml.qrc +++ b/ScreenPlay/qml.qrc @@ -87,6 +87,5 @@ qml/Create/WizardsFiles/HTMLWallpaperMain.html qml/Create/WizardsFiles/HTMLWidgetMain.html qml/Common/LicenseSelector.qml - qml/Create/WizardsFiles/GifWallpaperMain.qml diff --git a/ScreenPlay/qml/Create/WizardsFiles/GifWallpaperMain.qml b/ScreenPlay/qml/Create/WizardsFiles/GifWallpaperMain.qml deleted file mode 100644 index 5cc7159a..00000000 --- a/ScreenPlay/qml/Create/WizardsFiles/GifWallpaperMain.qml +++ /dev/null @@ -1,14 +0,0 @@ -import QtQuick 2.14 - -Item { - id: root - - property url source - - AnimatedImage { - id: animatedImage - source: root.source - anchors.fill: parent - fillMode: Image.PreserveAspectCrop - } -}