remove unused variable

This commit is contained in:
Juke 2011-02-03 01:32:01 +01:00 committed by Romain Bignon
commit 3235cbdd7c

View file

@ -52,10 +52,6 @@ class Newspaper20minutesBackend(BaseBackend, ICapMessages):
if not thread:
thread = Thread(id)
if not thread.id in self.storage.get('seen', default={}):
flags |= Message.IS_UNREAD
thread.title = content.title
if not thread.date:
thread.date = content.date