Browse Source

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

metaverse
Philip Kaufmann 12 years ago
parent
commit
2387a7a969
  1. 3
      src/init.h

3
src/init.h

@ -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

Loading…
Cancel
Save