summaryrefslogtreecommitdiff
path: root/alot/walker.py
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2016-12-18 10:36:57 +0100
committerLucas Hoffmann <l-m-h@web.de>2017-02-25 13:19:10 +0100
commit488d843082600928902cf4cbd442f1545a0a8c59 (patch)
treeda6084c79239157d14632e82257ff681cb565674 /alot/walker.py
parent237499e631741dbb3837e5ef99cc66f842e8a92e (diff)
Remove getter for alot.walker.PipeWalker.lines
Diffstat (limited to 'alot/walker.py')
-rw-r--r--alot/walker.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/alot/walker.py b/alot/walker.py
index c1a23feb..381976ae 100644
--- a/alot/walker.py
+++ b/alot/walker.py
@@ -79,6 +79,3 @@ class PipeWalker(urwid.ListWalker):
next_widget = None
self.empty = True
return next_widget
-
- def get_lines(self):
- return self.lines