diff options
| author | Jeff Garzik <[email protected]> | 2014-07-29 10:53:38 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2014-08-14 12:19:54 -0400 |
| commit | beb36e800c393da3c5857a8f1e5959748ac0f96b (patch) | |
| tree | 41e4ff78f9adc6fd5eb7867247a6de81015d355d /src/ui_interface.h | |
| parent | Merge pull request #4659 (diff) | |
| download | discoin-beb36e800c393da3c5857a8f1e5959748ac0f96b.tar.xz discoin-beb36e800c393da3c5857a8f1e5959748ac0f96b.zip | |
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 b3df2b5a8..a073a3282 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; |