From 3c3750098c1f74f0f8fef3a25c70e0c2b6aa7dec Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 29 Apr 2012 19:17:38 +0200 Subject: Remover leftover unused 'resources' property --- src/contact.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/contact.py') diff --git a/src/contact.py b/src/contact.py index 48f5d751..69dfb984 100644 --- a/src/contact.py +++ b/src/contact.py @@ -61,11 +61,6 @@ class Contact(object): """Name of the groups the contact is in""" return self.__item['groups'] or ['none'] - @property - def resources(self): - """Resources of the contact""" - return self._resources - @property def bare_jid(self): """The bare_jid or the contact""" -- cgit v1.2.3