aboutsummaryrefslogtreecommitdiff
path: root/src/ui_interface.h
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@bitpay.com>2014-07-29 10:53:38 -0400
committerJeff Garzik <jgarzik@bitpay.com>2014-08-14 12:19:54 -0400
commitbeb36e800c393da3c5857a8f1e5959748ac0f96b (patch)
tree41e4ff78f9adc6fd5eb7867247a6de81015d355d /src/ui_interface.h
parent7accb7dbad6bef0c98dc436d164f27189294eaf5 (diff)
downloadbitcoin-beb36e800c393da3c5857a8f1e5959748ac0f96b.tar.xz
ui_interface: remove unused NotifyBlocksChanged signal
Diffstat (limited to 'src/ui_interface.h')
-rw-r--r--src/ui_interface.h3
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;