changeset 2415:1355c3a53b7f draft

Merge pull request #1226 from Diapolo/init_h_rem_obsolete remove 2 obsolete functions from init.h that moved to util.h
author Jeff Garzik <jgarzik@exmulti.com>
date Tue, 08 May 2012 15:18:08 -0700
parents 4940ee516062 (current diff) abc69c094434 (diff)
children 85fc588fb80c
files
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