ui_interface: remove unused NotifyBlocksChanged signal

This commit is contained in:
Jeff Garzik
2014-07-29 10:53:38 -04:00
parent 7accb7dbad
commit beb36e800c
3 changed files with 1 additions and 15 deletions

View File

@@ -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;