diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-02-17 09:07:11 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-02-17 09:07:18 +0100 |
| commit | 7af65ac01e46acb9bfe88cd2b4bae3264b0de8ab (patch) | |
| tree | 4505d1be5eb3463ee36564065e1bc0d572955ec7 /src | |
| parent | Merge pull request #3646 (diff) | |
| parent | remove orphan fHaveGUI from main.h (diff) | |
| download | discoin-7af65ac01e46acb9bfe88cd2b4bae3264b0de8ab.tar.xz discoin-7af65ac01e46acb9bfe88cd2b4bae3264b0de8ab.zip | |
Merge pull request #3688
7f1b6a6 remove orphan fHaveGUI from main.h (Philip Kaufmann)
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main.h b/src/main.h index 42b96abb3..781562854 100644 --- a/src/main.h +++ b/src/main.h @@ -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; |