diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-06-05 14:52:07 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-06-05 14:52:34 +0200 |
| commit | 7d4dda7630a67ae1aacfc799ed743e69562a41df (patch) | |
| tree | 79d777a0a2610653330635423e46922c95a81201 /src/init.h | |
| parent | Fix GUI build with `--disable-wallet` (diff) | |
| download | discoin-7d4dda7630a67ae1aacfc799ed743e69562a41df.tar.xz discoin-7d4dda7630a67ae1aacfc799ed743e69562a41df.zip | |
Remove global strWalletFile
As it says on the tin. There is no need to have this variable be
global, it's only used in AppInit2.
Diffstat (limited to 'src/init.h')
| -rw-r--r-- | src/init.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/init.h b/src/init.h index 2f5692305..4a967bea3 100644 --- a/src/init.h +++ b/src/init.h @@ -14,7 +14,6 @@ namespace boost { class thread_group; }; -extern std::string strWalletFile; extern CWallet* pwalletMain; void StartShutdown(); |