diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-03-15 10:30:37 +0100 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-03-22 08:20:59 +0100 |
commit | 25340b7cd58c3451ae91c7b501fdff70ef05ec80 (patch) | |
tree | 8adcbc5d93a710f8c955bf25d7b7ce78db07a974 /src/init.h | |
parent | a6a860796a44a2805a58391a009ba22752f64e32 (diff) |
[Wallet] refactor wallet/init interaction
Diffstat (limited to 'src/init.h')
-rw-r--r-- | src/init.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/init.h b/src/init.h index af1b94b72a..63e07ccb3c 100644 --- a/src/init.h +++ b/src/init.h @@ -16,8 +16,6 @@ namespace boost class thread_group; } // namespace boost -extern CWallet* pwalletMain; - void StartShutdown(); bool ShutdownRequested(); /** Interrupt threads */ |