We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bfaf2a commit 37e67d3Copy full SHA for 37e67d3
src/ui_interface.h
@@ -75,9 +75,6 @@ class CClientUIInterface
75
/** Ask the user whether they want to pay a fee or not. */
76
boost::signals2::signal<bool (int64_t nFeeRequired), boost::signals2::last_value<bool> > ThreadSafeAskFee;
77
78
- /** Handle a URL passed at the command line. */
79
- boost::signals2::signal<void (const std::string& strURI)> ThreadSafeHandleURI;
80
-
81
/** Progress message during initialization. */
82
boost::signals2::signal<void (const std::string &message)> InitMessage;
83
0 commit comments