remove 2 obsolete functions from init.h that moved to util.h
authorPhilip Kaufmann <phil.kaufmann@t-online.de>
Tue, 8 May 2012 21:22:36 +0000 (23:22 +0200)
committerLuke Dashjr <luke-jr+git@utopios.org>
Tue, 15 May 2012 07:34:22 +0000 (07:34 +0000)
src/init.h

index e3971c8..0a2f0d8 100644 (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