summaryrefslogtreecommitdiff
path: root/urwid/lcd_display.py
diff options
context:
space:
mode:
authorEevee (Alex Munroe) <eevee.git@veekun.com>2014-06-03 18:03:36 -0700
committerEevee (Alex Munroe) <eevee.git@veekun.com>2014-06-03 18:03:36 -0700
commit5386dd6e283464ef492a6ce70fed0074f48719ae (patch)
treedb7e6fa1cd1c166e024e801420d6f2afdb7968ee /urwid/lcd_display.py
parentf1179521fa69e73f5b4e8cf2b31294546b4bd747 (diff)
downloadurwid-5386dd6e283464ef492a6ce70fed0074f48719ae.tar.gz
Make BaseScreen.start() and stop() idempotent.
Diffstat (limited to 'urwid/lcd_display.py')
-rw-r--r--urwid/lcd_display.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/urwid/lcd_display.py b/urwid/lcd_display.py
index 13190bd..4f62173 100644
--- a/urwid/lcd_display.py
+++ b/urwid/lcd_display.py
@@ -33,12 +33,6 @@ class LCDScreen(BaseScreen):
def set_mouse_tracking(self, enable=True):
pass
- def start(self):
- pass
-
- def stop(self):
- pass
-
def set_input_timeouts(self, *args):
pass