diff options
| author | Jonas Schnelli <[email protected]> | 2016-03-15 10:30:37 +0100 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2016-03-22 08:20:59 +0100 |
| commit | 25340b7cd58c3451ae91c7b501fdff70ef05ec80 (patch) | |
| tree | 8adcbc5d93a710f8c955bf25d7b7ce78db07a974 /src/init.h | |
| parent | Merge #7621: Fixes ZMQ startup with bad arguments. (diff) | |
| download | discoin-25340b7cd58c3451ae91c7b501fdff70ef05ec80.tar.xz discoin-25340b7cd58c3451ae91c7b501fdff70ef05ec80.zip | |
[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 af1b94b72..63e07ccb3 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 */ |