From 9e52f51223a0c61edde34d0a3cd184954f8ac5ba Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Tue, 8 May 2012 23:22:36 +0200 Subject: [PATCH] remove 2 obsolete functions from init.h that moved to util.h --- src/init.h | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/init.h b/src/init.h index e3971c8..0a2f0d8 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 -- 1.7.1