remove no more used func

This commit is contained in:
Yann Leboulanger 2006-04-06 17:27:33 +00:00
parent 1bc78a3818
commit 2c552d2b85
1 changed files with 0 additions and 5 deletions

View File

@ -713,11 +713,6 @@ class Connection(ConnectionHandlers):
self.connection.getRoster().Unsubscribe(jid)
self.update_contact(jid, '', [])
def _continue_unsubscribe(self, con, iq_obj, agent):
if iq_obj.getTag('error'):
# error, probably not a real agent
return
def unsubscribe_agent(self, agent):
if not self.connection:
return