Merge pull request #3688

7f1b6a6 remove orphan fHaveGUI from main.h (Philip Kaufmann)
This commit is contained in:
Wladimir J. van der Laan 2014-02-17 09:07:11 +01:00
commit 7af65ac01e
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 0 additions and 7 deletions

View File

@ -77,12 +77,6 @@ static const unsigned char REJECT_CHECKPOINT = 0x43;
extern CScript COINBASE_FLAGS;
extern CCriticalSection cs_main;
extern CTxMemPool mempool;
extern std::map<uint256, CBlockIndex*> mapBlockIndex;
@ -96,7 +90,6 @@ extern bool fBenchmark;
extern int nScriptCheckThreads;
extern bool fTxIndex;
extern unsigned int nCoinCacheSize;
extern bool fHaveGUI;
// Minimum disk space required - used in CheckDiskSpace()
static const uint64_t nMinDiskSpace = 52428800;