diff options
author | Russell Yanofsky <russ@yanofsky.org> | 2019-09-27 07:31:44 -0400 |
---|---|---|
committer | João Barbosa <joao.paulo.barbosa@gmail.com> | 2020-01-14 09:34:35 +0000 |
commit | 7e66d04770bfb21862e52736c4859d7a878cb906 (patch) | |
tree | ca7cd6afd4defa0fcac5e68010d14664f666a5ea /src/ui_interface.h | |
parent | 179d55f0526082b46415a7f5b6c3742a403f3306 (diff) |
Drop signal CClientUIInterface::LoadWallet
Github-Pull: #16963
Rebased-From: 81ea66c30e2953dee24d5b127c28daa0d9452a28
Diffstat (limited to 'src/ui_interface.h')
-rw-r--r-- | src/ui_interface.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ui_interface.h b/src/ui_interface.h index 5e0380dc45..dad86ba697 100644 --- a/src/ui_interface.h +++ b/src/ui_interface.h @@ -18,10 +18,6 @@ class connection; } } // namespace boost -namespace interfaces { -class Wallet; -} // namespace interfaces - /** General change type (added, updated, removed). */ enum ChangeType { @@ -106,9 +102,6 @@ public: */ ADD_SIGNALS_DECL_WRAPPER(NotifyAlertChanged, void, ); - /** A wallet has been loaded. */ - ADD_SIGNALS_DECL_WRAPPER(LoadWallet, void, std::unique_ptr<interfaces::Wallet>& wallet); - /** * Show progress e.g. for verifychain. * resume_possible indicates shutting down now will result in the current progress action resuming upon restart. |