diff --git a/src/common/zeroconf/connection_handlers_zeroconf.py b/src/common/zeroconf/connection_handlers_zeroconf.py index 018d2af20..0d45379c3 100644 --- a/src/common/zeroconf/connection_handlers_zeroconf.py +++ b/src/common/zeroconf/connection_handlers_zeroconf.py @@ -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')