diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-05-08 23:22:36 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-05-08 23:22:36 +0200 |
commit | 2387a7a969207c053b6913fd148881a85013c41a (patch) | |
tree | fcc62ed0bc71383f101e47d6ffe702a257492e8a /src/init.h | |
parent | a2ea7975936cab4c56dd737de37004ae3298104d (diff) |
remove 2 obsolete functions from init.h that moved to util.h
Diffstat (limited to 'src/init.h')
-rw-r--r-- | src/init.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/init.h b/src/init.h index e3971c85e3..0a2f0d8932 100644 --- a/src/init.h +++ b/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 |