From 39bc2faa2e90d8adfa77e650f8a807828da3f6b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Barbosa?= Date: Thu, 29 Mar 2018 10:08:38 +0100 Subject: wallet: Make WalletInitInterface and DummyWalletInit private --- src/qt/bitcoin.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/qt/bitcoin.cpp') diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index 30d0acb7e..d164ca435 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -35,9 +35,6 @@ #include #include -#ifdef ENABLE_WALLET -#include -#endif #include #include @@ -660,11 +657,6 @@ int main(int argc, char *argv[]) // Start up the payment server early, too, so impatient users that click on // bitcoin: links repeatedly have their payment requests routed to this process: app.createPaymentServer(); - - // Hook up the wallet init interface - g_wallet_init_interface.reset(new WalletInit); -#else - g_wallet_init_interface.reset(new DummyWalletInit); #endif /// 9. Main GUI initialization -- cgit v1.2.3