aboutsummaryrefslogtreecommitdiff
path: root/src/init.h
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2016-03-15 10:30:37 +0100
committerJonas Schnelli <dev@jonasschnelli.ch>2016-03-22 08:20:59 +0100
commit25340b7cd58c3451ae91c7b501fdff70ef05ec80 (patch)
tree8adcbc5d93a710f8c955bf25d7b7ce78db07a974 /src/init.h
parenta6a860796a44a2805a58391a009ba22752f64e32 (diff)
downloadbitcoin-25340b7cd58c3451ae91c7b501fdff70ef05ec80.tar.xz
[Wallet] refactor wallet/init interaction
Diffstat (limited to 'src/init.h')
-rw-r--r--src/init.h2
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 */