diff options
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 f7dbe20894..5b0555c10d 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; |