aboutsummaryrefslogtreecommitdiff
path: root/src/init.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-08 23:22:36 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-08 23:22:36 +0200
commit2387a7a969207c053b6913fd148881a85013c41a (patch)
treefcc62ed0bc71383f101e47d6ffe702a257492e8a /src/init.h
parenta2ea7975936cab4c56dd737de37004ae3298104d (diff)
downloadbitcoin-2387a7a969207c053b6913fd148881a85013c41a.tar.xz
remove 2 obsolete functions from init.h that moved to util.h
Diffstat (limited to 'src/init.h')
-rw-r--r--src/init.h3
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