Skip to content

Commit 37e67d3

Browse files
committed
Remove unused ThreadSafeHandleURI from ui_interface
1 parent 6bfaf2a commit 37e67d3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ui_interface.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ class CClientUIInterface
7575
/** Ask the user whether they want to pay a fee or not. */
7676
boost::signals2::signal<bool (int64_t nFeeRequired), boost::signals2::last_value<bool> > ThreadSafeAskFee;
7777

78-
/** Handle a URL passed at the command line. */
79-
boost::signals2::signal<void (const std::string& strURI)> ThreadSafeHandleURI;
80-
8178
/** Progress message during initialization. */
8279
boost::signals2::signal<void (const std::string &message)> InitMessage;
8380

0 commit comments

Comments
 (0)