aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-02-16 22:05:24 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2014-02-16 22:05:24 +0100
commit7f1b6a631650a26f803b0447e621ea8095500bf1 (patch)
tree4505d1be5eb3463ee36564065e1bc0d572955ec7
parentb8d9058a4d1ce28eefa65aa3339bcc52b3c014e9 (diff)
downloadbitcoin-7f1b6a631650a26f803b0447e621ea8095500bf1.tar.xz
remove orphan fHaveGUI from main.h
-rw-r--r--src/main.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main.h b/src/main.h
index 42b96abb37..781562854f 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;