summaryrefslogtreecommitdiff
path: root/alot/widgets
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-01-20 13:33:07 +0100
committerAnton Khirnov <anton@khirnov.net>2021-01-20 13:33:07 +0100
commit7426569514ff43d0ee32b136fa72c3bb4a0b650a (patch)
tree431716169d28f163aa3407b7fe1abdb5e88ad7e3 /alot/widgets
parentcfb29a7cd442b3b6a969561d0d27f52d5c2dba78 (diff)
widgets/search: remove unused variable
Diffstat (limited to 'alot/widgets')
-rw-r--r--alot/widgets/search.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/widgets/search.py b/alot/widgets/search.py
index 4036d187..d511f2f7 100644
--- a/alot/widgets/search.py
+++ b/alot/widgets/search.py
@@ -21,7 +21,6 @@ class ThreadlineWidget(urwid.AttrMap):
self.dbman = dbman
self.tid = tid
self.thread = None # will be set by refresh()
- self.tag_widgets = []
self.structure = None
self.rebuild()
normal = self.structure['normal']