summaryrefslogtreecommitdiff
path: root/alot/buffers.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-07-30 12:22:02 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-07-30 12:22:02 +0100
commite2cbf2d6ad5004da4ade66d9060b1b5527639658 (patch)
tree6431ea8d8b5cdd16e1e35d2628e9294c0fd332eb /alot/buffers.py
parent7d3061fdc05d0a0e51cb34b0c83d7ddb99a82dd5 (diff)
remove c&p relict from taglistbuffer
this fixes issue #492
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: