From 03ce2f769b64d0ab84e5cb47ed5e9a49db494c58 Mon Sep 17 00:00:00 2001 From: eLtMosen Date: Sat, 4 Dec 2021 22:33:48 +0100 Subject: [PATCH] Remove redundant variable and empty lines from analog-scientific-v2 --- .../asteroid-launcher/watchfaces/analog-scientific-v2.qml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/analog-scientific-v2/usr/share/asteroid-launcher/watchfaces/analog-scientific-v2.qml b/analog-scientific-v2/usr/share/asteroid-launcher/watchfaces/analog-scientific-v2.qml index 1cf82a86..df1f5e02 100644 --- a/analog-scientific-v2/usr/share/asteroid-launcher/watchfaces/analog-scientific-v2.qml +++ b/analog-scientific-v2/usr/share/asteroid-launcher/watchfaces/analog-scientific-v2.qml @@ -60,7 +60,6 @@ Item { origin.y: height / 2 angle: (index) * 6 } - } } @@ -140,7 +139,6 @@ Item { rightMargin: parent.width * 0.004 verticalCenter: parent.verticalCenter verticalCenterOffset: -parent.width * 0.124 - } text: if (use12H.value) { wallClock.time.toLocaleString(Qt.locale(), "hh ap").slice(0, 2)} @@ -198,7 +196,6 @@ Item { z: 1 id: dayArc opacity: !displayAmbient ? 1 : 0.3 - anchors.fill: parent smooth: true onPaint: { @@ -505,7 +502,6 @@ Item { Image { id: hourSVG z: 3 - property bool toggle24h: false source: imgPath + "hour.svg" antialiasing: true anchors.centerIn: parent