diff options
| author | Philip Kaufmann <[email protected]> | 2012-05-08 23:22:36 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2012-05-08 23:22:36 +0200 |
| commit | 2387a7a969207c053b6913fd148881a85013c41a (patch) | |
| tree | fcc62ed0bc71383f101e47d6ffe702a257492e8a /src/init.h | |
| parent | Merge pull request #1180 from jgarzik/sign-compare (diff) | |
| download | discoin-2387a7a969207c053b6913fd148881a85013c41a.tar.xz discoin-2387a7a969207c053b6913fd148881a85013c41a.zip | |
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 e3971c85e..0a2f0d893 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 |