From 723035bb6839c5d65bfee96d501a8c54814778e3 Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Sat, 23 Mar 2013 18:14:12 -0400 Subject: Have Qt poll for shutdown requested, the QT way. --- src/ui_interface.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/ui_interface.h') 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 InitMessage; - /** Initiate client shutdown. */ - boost::signals2::signal QueueShutdown; - /** Translate a message to the native language of the user. */ boost::signals2::signal Translate; -- cgit v1.2.3