summaryrefslogtreecommitdiff
path: root/alot/widgets
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-02-19 16:10:45 +0100
committerAnton Khirnov <anton@khirnov.net>2020-02-19 16:10:45 +0100
commit2cd85de1cd1be47614d261fdbd19a6ebc351c2ef (patch)
tree38de392913f5d32e37c12df75f04ae8a5ea24a44 /alot/widgets
parentfbdc7dce60987dc0833a0db031f6dca4f1e1fddc (diff)
AttachmentWidget: drop a useless getter
Diffstat (limited to 'alot/widgets')
-rw-r--r--alot/widgets/globals.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/alot/widgets/globals.py b/alot/widgets/globals.py
index 9de9cbbb..6f7531d2 100644
--- a/alot/widgets/globals.py
+++ b/alot/widgets/globals.py
@@ -32,9 +32,6 @@ class AttachmentWidget(urwid.WidgetWrap):
att, focus_att)
urwid.WidgetWrap.__init__(self, widget)
- def get_attachment(self):
- return self.attachment
-
def selectable(self):
return self._selectable