From 67d4cbab461260cd51386a16a1a34bb9161e73a8 Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Tue, 1 May 2012 18:44:11 +0200 Subject: Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI code --- src/util.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 1363fbbbf9..8e65fa7864 100644 --- a/src/util.h +++ b/src/util.h @@ -162,8 +162,6 @@ void ReadConfigFile(std::map& mapSettingsRet, std::map #ifdef WIN32 boost::filesystem::path GetSpecialFolderPath(int nFolder, bool fCreate = true); #endif -bool GetStartOnSystemStartup(); -bool SetStartOnSystemStartup(bool fAutoStart); void ShrinkDebugFile(); int GetRandInt(int nMax); uint64 GetRand(uint64 nMax); @@ -182,8 +180,6 @@ void AddTimeData(const CNetAddr& ip, int64 nTime); - - inline std::string i64tostr(int64 n) { return strprintf("%"PRI64d, n); -- cgit v1.2.3