From 37e67d37c14e916e901f9b7fac74b97150b1fe2b Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Sat, 14 Dec 2013 11:30:50 +0100 Subject: [PATCH] Remove unused ThreadSafeHandleURI from ui_interface --- src/ui_interface.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ui_interface.h b/src/ui_interface.h index 2378d5dfb..9b9fb614f 100644 --- a/src/ui_interface.h +++ b/src/ui_interface.h @@ -75,9 +75,6 @@ public: /** Ask the user whether they want to pay a fee or not. */ boost::signals2::signal > ThreadSafeAskFee; - /** Handle a URL passed at the command line. */ - boost::signals2::signal ThreadSafeHandleURI; - /** Progress message during initialization. */ boost::signals2::signal InitMessage;