diff options
author | Jeff Garzik <jgarzik@bitpay.com> | 2014-07-29 10:53:38 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@bitpay.com> | 2014-08-14 12:19:54 -0400 |
commit | beb36e800c393da3c5857a8f1e5959748ac0f96b (patch) | |
tree | 41e4ff78f9adc6fd5eb7867247a6de81015d355d /src/ui_interface.h | |
parent | 7accb7dbad6bef0c98dc436d164f27189294eaf5 (diff) |
ui_interface: remove unused NotifyBlocksChanged signal
Diffstat (limited to 'src/ui_interface.h')
-rw-r--r-- | src/ui_interface.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ui_interface.h b/src/ui_interface.h index b3df2b5a85..a073a32828 100644 --- a/src/ui_interface.h +++ b/src/ui_interface.h @@ -78,9 +78,6 @@ public: /** Translate a message to the native language of the user. */ boost::signals2::signal<std::string (const char* psz)> Translate; - /** Block chain changed. */ - boost::signals2::signal<void ()> NotifyBlocksChanged; - /** Number of network connections changed. */ boost::signals2::signal<void (int newNumConnections)> NotifyNumConnectionsChanged; |