Merge pull request #1226 from Diapolo/init_h_rem_obsolete
remove 2 obsolete functions from init.h that moved to util.h
This commit is contained in:
commit
ab89d75daf
1 changed files with 0 additions and 3 deletions
|
@ -13,7 +13,4 @@ void Shutdown(void* parg);
|
||||||
bool AppInit(int argc, char* argv[]);
|
bool AppInit(int argc, char* argv[]);
|
||||||
bool AppInit2(int argc, char* argv[]);
|
bool AppInit2(int argc, char* argv[]);
|
||||||
|
|
||||||
bool GetStartOnSystemStartup();
|
|
||||||
bool SetStartOnSystemStartup(bool fAutoStart);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue