diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/roster.py | 2 |
1 files changed, 0 insertions, 2 deletions
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): """ |