From 27938ecf1eec28bbe8967e98e3c77698da18c33f Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Sun, 26 Sep 2010 18:36:09 +0000 Subject: group 'none' doesn't need to be created --- src/roster.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/roster.py') diff --git a/src/roster.py b/src/roster.py index 02c88636..e739d81d 100644 --- a/src/roster.py +++ b/src/roster.py @@ -22,8 +22,6 @@ class Roster(object): def __init__(self): self._contacts = {} # key = jid; value = Contact() self._roster_groups = [] - new_group = RosterGroup("none") - self._roster_groups.append(new_group) def add_contact(self, contact, jid): """ -- cgit v1.2.3