summaryrefslogtreecommitdiff
path: root/wasp/apps/testapp.py
diff options
context:
space:
mode:
Diffstat (limited to 'wasp/apps/testapp.py')
-rw-r--r--wasp/apps/testapp.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/wasp/apps/testapp.py b/wasp/apps/testapp.py
index 849ed5f..e7016d7 100644
--- a/wasp/apps/testapp.py
+++ b/wasp/apps/testapp.py
@@ -20,13 +20,6 @@ class TestApp():
wasp.EventMask.SWIPE_UPDOWN |
wasp.EventMask.BUTTON)
- def background(self):
- """De-activate the application (without losing state)."""
- pass
-
- def sleep(self):
- return False
-
def press(self, button, state):
draw = wasp.watch.drawable
if self.test == 'Touch':