From 16fc7508ae959e2ff1e225248d68257b8f2dccd6 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 25 Jun 2008 07:13:42 +0000 Subject: [PATCH] remove unused function --- src/common/connection_handlers.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/common/connection_handlers.py b/src/common/connection_handlers.py index 084a82cd7..5f33ddca4 100644 --- a/src/common/connection_handlers.py +++ b/src/common/connection_handlers.py @@ -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():