diff options
| author | Gavin Andresen <[email protected]> | 2013-03-23 18:14:12 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-04-03 19:58:47 -0400 |
| commit | 723035bb6839c5d65bfee96d501a8c54814778e3 (patch) | |
| tree | d0d80686edc2c25446fcb0a67d68c8c12722f935 /src/ui_interface.h | |
| parent | Clean up shutdown process (diff) | |
| download | discoin-723035bb6839c5d65bfee96d501a8c54814778e3.tar.xz discoin-723035bb6839c5d65bfee96d501a8c54814778e3.zip | |
Have Qt poll for shutdown requested, the QT way.
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 f7dbe2089..5b0555c10 100644 --- a/src/ui_interface.h +++ b/src/ui_interface.h @@ -79,9 +79,6 @@ public: /** Progress message during initialization. */ boost::signals2::signal<void (const std::string &message)> InitMessage; - /** Initiate client shutdown. */ - boost::signals2::signal<void ()> QueueShutdown; - /** Translate a message to the native language of the user. */ boost::signals2::signal<std::string (const char* psz)> Translate; |