diff options
Diffstat (limited to 'raveos-calamares-theme/etc/calamares/branding/raveos/show.qml')
| -rwxr-xr-x | raveos-calamares-theme/etc/calamares/branding/raveos/show.qml | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml b/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml index b106b5c..665387a 100755 --- a/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml +++ b/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml @@ -91,48 +91,6 @@ Presentation } } - Slide { - - anchors.fill: parent - anchors.verticalCenterOffset: 0 - - Image { - id: background5 - source: "images/6.png" - anchors.fill: parent - fillMode: Image.PreserveAspectFit - smooth: true - } - } - - Slide { - - anchors.fill: parent - anchors.verticalCenterOffset: 0 - - Image { - id: background6 - source: "images/7.png" - anchors.fill: parent - fillMode: Image.PreserveAspectFit - smooth: true - } - } - - Slide { - - anchors.fill: parent - anchors.verticalCenterOffset: 0 - - Image { - id: background7 - source: "images/8.png" - anchors.fill: parent - fillMode: Image.PreserveAspectFit - smooth: true - } - } - // When this slideshow is loaded as a V1 slideshow, only // activatedInCalamares is set, which starts the timer (see above). |