diff options
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 76090d7602..6159ededa5 100644 --- a/src/init.h +++ b/src/init.h @@ -10,7 +10,6 @@ extern CWallet* pwalletMain; void Shutdown(void* parg); -bool AppInit(int argc, char* argv[]); bool AppInit2(); std::string HelpMessage(); |