changeset 2407:abc69c094434 draft

remove 2 obsolete functions from init.h that moved to util.h
author Philip Kaufmann <phil.kaufmann@t-online.de>
date Tue, 08 May 2012 23:22:36 +0200
parents 4940ee516062
children 1355c3a53b7f
files src/init.h
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/init.h
+++ b/src/init.h
@@ -13,7 +13,4 @@
 bool AppInit(int argc, char* argv[]);
 bool AppInit2(int argc, char* argv[]);
 
-bool GetStartOnSystemStartup();
-bool SetStartOnSystemStartup(bool fAutoStart);
-
 #endif