Skip to content

Commit

Permalink
Remove redundant variable and empty lines from analog-scientific-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
eLtMosen authored and jrtberlin committed Dec 5, 2021
1 parent 7eb61c5 commit 03ce2f7
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ Item {
origin.y: height / 2
angle: (index) * 6
}

}
}

Expand Down Expand Up @@ -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)}
Expand Down Expand Up @@ -198,7 +196,6 @@ Item {
z: 1
id: dayArc
opacity: !displayAmbient ? 1 : 0.3

anchors.fill: parent
smooth: true
onPaint: {
Expand Down Expand Up @@ -505,7 +502,6 @@ Item {
Image {
id: hourSVG
z: 3
property bool toggle24h: false
source: imgPath + "hour.svg"
antialiasing: true
anchors.centerIn: parent
Expand Down

0 comments on commit 03ce2f7

Please sign in to comment.