diff options
| author | Jeff Garzik <[email protected]> | 2012-05-08 15:18:08 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-05-08 15:18:08 -0700 |
| commit | ab89d75daf21a6529312d13e275ee3b2acf5d1a3 (patch) | |
| tree | fcc62ed0bc71383f101e47d6ffe702a257492e8a /src | |
| parent | Merge pull request #1180 from jgarzik/sign-compare (diff) | |
| parent | remove 2 obsolete functions from init.h that moved to util.h (diff) | |
| download | discoin-ab89d75daf21a6529312d13e275ee3b2acf5d1a3.tar.xz discoin-ab89d75daf21a6529312d13e275ee3b2acf5d1a3.zip | |
Merge pull request #1226 from Diapolo/init_h_rem_obsolete
remove 2 obsolete functions from init.h that moved to util.h
Diffstat (limited to 'src')
| -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 |