remove unneeded var

This commit is contained in:
Yann Leboulanger 2005-04-27 22:37:18 +00:00
parent cd771c22ef
commit 7275e06657
1 changed files with 0 additions and 2 deletions

View File

@ -858,8 +858,6 @@ class Roster_window:
accountIter = self.get_account_iter(account)
if accountIter:
model.set_value(accountIter, 0, self.jabber_state_images[status])
statuss = ['offline', 'connecting', 'online', 'chat', 'away',
'xa', 'dnd', 'invisible']
if status == 'offline':
for jid in self.contacts[account]:
luser = self.contacts[account][jid]