remove unused function

This commit is contained in:
Yann Leboulanger 2008-06-25 07:13:42 +00:00
parent d4c8cb8b15
commit 16fc7508ae
1 changed files with 0 additions and 12 deletions

View File

@ -1432,18 +1432,6 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco,
annotation = note.getData()
self.annotations[jid] = annotation
def _PrivateErrorCB(self, con, iq_obj):
gajim.log.debug('PrivateErrorCB')
query = iq_obj.getTag('query')
storage_tag = query.getTag('storage')
if storage_tag:
ns = storage_tag.getNamespace()
if ns == 'storage:metacontacts':
self.private_storage_supported = False
# Private XML Storage (XEP49) is not supported by server
# Continue connecting
self.connection.initRoster()
def _rosterSetCB(self, con, iq_obj):
gajim.log.debug('rosterSetCB')
for item in iq_obj.getTag('query').getChildren():