0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-03 09:56:38 -05:00

remove 2 obsolete functions from init.h that moved to util.h

This commit is contained in:
Philip Kaufmann 2012-05-08 23:22:36 +02:00
parent a2ea797593
commit 2387a7a969

View file

@ -13,7 +13,4 @@ void Shutdown(void* parg);
bool AppInit(int argc, char* argv[]);
bool AppInit2(int argc, char* argv[]);
bool GetStartOnSystemStartup();
bool SetStartOnSystemStartup(bool fAutoStart);
#endif