Skip to content

Commit 7f1b6a6

Browse files
author
Philip Kaufmann
committed
remove orphan fHaveGUI from main.h
1 parent b8d9058 commit 7f1b6a6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/main.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,6 @@ static const unsigned char REJECT_CHECKPOINT = 0x43;
7777

7878

7979
extern CScript COINBASE_FLAGS;
80-
81-
82-
83-
84-
85-
8680
extern CCriticalSection cs_main;
8781
extern CTxMemPool mempool;
8882
extern std::map<uint256, CBlockIndex*> mapBlockIndex;
@@ -96,7 +90,6 @@ extern bool fBenchmark;
9690
extern int nScriptCheckThreads;
9791
extern bool fTxIndex;
9892
extern unsigned int nCoinCacheSize;
99-
extern bool fHaveGUI;
10093

10194
// Minimum disk space required - used in CheckDiskSpace()
10295
static const uint64_t nMinDiskSpace = 52428800;

0 commit comments

Comments
 (0)