Skip to content

Commit a5d4a4f

Browse files
authored
Add files via upload
1 parent 11db3ef commit a5d4a4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/AnalogView.mc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ class AnalogView extends WatchUi.WatchFace
8585
if (Storage.getValue(12) == null) { Storage.setValue(12, 22); } //small length data field 2
8686
if (Storage.getValue(17) == null) { Storage.setValue(17, 22); } //small length data field 3
8787
if (Storage.getValue(21) != null) { Storage.deleteValue(21); } // temporary removal of "checks" array, until a new variable is needed
88-
if (Storage.getValue(23) != null) { Storage.deleteValue(23); } // temporary removal of MtbA version check, until a new variable is needed
8988
}
9089
}
9190

0 commit comments

Comments
 (0)