diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-06-05 14:52:07 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-06-05 14:52:34 +0200 |
commit | 7d4dda7630a67ae1aacfc799ed743e69562a41df (patch) | |
tree | 79d777a0a2610653330635423e46922c95a81201 /src/init.h | |
parent | a92aded70ec2346c3f07ff1cf8eb97101a76912f (diff) |
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 2f56923055..4a967bea37 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(); |