1
0

Remove non-existent callbacks and handlers

This commit is contained in:
Neil Booth
2015-11-12 15:32:24 +09:00
parent d1cd6d5645
commit afb5013272
3 changed files with 1 additions and 18 deletions

View File

@@ -909,9 +909,6 @@ class ElectrumGui:
network = _network
config = _config
network.register_callback('updated', update_callback)
network.register_callback('connected', update_callback)
network.register_callback('disconnected', update_callback)
network.register_callback('disconnecting', update_callback)
contacts = util.StoreDict(config, 'contacts')