summaryrefslogtreecommitdiff
path: root/alot/buffers
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-02-05 14:24:40 +0100
committerAnton Khirnov <anton@khirnov.net>2020-02-05 14:26:33 +0100
commitf6a67c33c360b10cd1c7d876c741846028e35f47 (patch)
treea6309aff59a938c975286c433ae8b3a619997e72 /alot/buffers
parentf0f911b0063f737f81096078bcf0ba98f97b9c52 (diff)
buffers/thread: drop a useless getter function
Diffstat (limited to 'alot/buffers')
-rw-r--r--alot/buffers/thread.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/alot/buffers/thread.py b/alot/buffers/thread.py
index faf3e3c2..16b9dae9 100644
--- a/alot/buffers/thread.py
+++ b/alot/buffers/thread.py
@@ -54,10 +54,6 @@ class ThreadBuffer(Buffer):
info['intersection_tags'] = self.translated_tags_str(intersection=True)
return info
- def get_selected_thread(self):
- """Return the displayed :class:`~alot.db.Thread`."""
- return self.thread
-
def rebuild(self):
try:
self.thread.refresh()