summaryrefslogtreecommitdiff
path: root/wasp/apps/clock.py
diff options
context:
space:
mode:
Diffstat (limited to 'wasp/apps/clock.py')
-rw-r--r--wasp/apps/clock.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/wasp/apps/clock.py b/wasp/apps/clock.py
index 3292120..9225cc9 100644
--- a/wasp/apps/clock.py
+++ b/wasp/apps/clock.py
@@ -29,14 +29,6 @@ class ClockApp():
def __init__(self):
self.meter = wasp.widgets.BatteryMeter()
- def handle_event(self, event_view):
- """Process events that the app is subscribed to."""
- if event_view[0] == wasp.Event.TICK:
- self.update()
- else:
- # TODO: Raise an unexpected event exception
- pass
-
def foreground(self, effect=None):
"""Activate the application."""
self.on_screen = ( -1, -1, -1, -1, -1, -1 )