From: Philip Kaufmann Date: Tue, 8 May 2012 21:22:36 +0000 (+0200) Subject: remove 2 obsolete functions from init.h that moved to util.h X-Git-Tag: v0.4.0-unstable~129^2~1^2~11 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=9e52f51223a0c61edde34d0a3cd184954f8ac5ba remove 2 obsolete functions from init.h that moved to util.h --- 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