summaryrefslogtreecommitdiff
path: root/alot/buffers.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/buffers.py')
-rw-r--r--alot/buffers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/buffers.py b/alot/buffers.py
index 866e1491..469c0fd4 100644
--- a/alot/buffers.py
+++ b/alot/buffers.py
@@ -385,7 +385,6 @@ class TagListBuffer(Buffer):
displayedtags = sorted(filter(self.filtfun, self.tags),
key=unicode.lower)
for (num, b) in enumerate(displayedtags):
- line = widgets.BufferlineWidget(b)
if (num % 2) == 0:
attr = settings.get_theming_attribute('taglist', 'line_even')
else: