summaryrefslogtreecommitdiff
path: root/wasp/apps/clock.py
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2022-01-25 15:00:48 (GMT)
committerDaniel Thompson <daniel.thompson@linaro.org>2022-02-02 12:18:27 (GMT)
commit1c3a835448dcff6b182e120a1e135185943c21ff (patch)
tree2cbe2ce7d883771962829ef0a718c8744206342a /wasp/apps/clock.py
parent01c173927ec70467b74652297518bf7e2032cfaf (diff)
Remove icons from watchface apps
They are not displayed anywhere but they take space Signed-off-by: Francesco Gazzetta <fgaz@fgaz.me>
Diffstat (limited to 'wasp/apps/clock.py')
-rw-r--r--wasp/apps/clock.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/wasp/apps/clock.py b/wasp/apps/clock.py
index cdf465e..d9e489f 100644
--- a/wasp/apps/clock.py
+++ b/wasp/apps/clock.py
@@ -12,7 +12,6 @@ Shows a time (as HH:MM) together with a battery meter and the date.
import wasp
-import icons
import fonts.clock as digits
DIGITS = (
@@ -26,7 +25,6 @@ MONTH = 'JanFebMarAprMayJunJulAugSepOctNovDec'
class ClockApp():
"""Simple digital clock application."""
NAME = 'Clock'
- ICON = icons.clock
def foreground(self):
"""Activate the application.