Remove zeroconf dummy methods.

This commit is contained in:
Stephan Erb 2009-12-10 23:54:51 +01:00
parent 9bfb5753c2
commit 24f44d8bdd
1 changed files with 0 additions and 15 deletions

View File

@ -173,21 +173,6 @@ ConnectionCommands, ConnectionPEP, connection_handlers.ConnectionHandlersBase):
# (there is no server)
pass
def remove_transfers_for_contact(self, contact):
"""
Stop all active transfer for contact
"""
pass
def remove_all_transfers(self):
"""
Stops and removes all active connections from the socks5 pool
"""
pass
def remove_transfer(self, file_props, remove_from_list = True):
pass
def _DiscoverItemsGetCB(self, con, iq_obj):
log.debug('DiscoverItemsGetCB')