remove no more used func
This commit is contained in:
parent
1bc78a3818
commit
2c552d2b85
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue