rename fNoListen to fListen and move to net

- better code readability and it belongs to net
- this is a prerequisite for a pull to add -listen to the GUI
This commit is contained in:
Philip Kaufmann
2014-05-29 12:33:17 +02:00
parent 67f43a99ae
commit 53a088154c
6 changed files with 7 additions and 7 deletions

View File

@@ -94,7 +94,6 @@ bool fPrintToDebugLog = true;
bool fDaemon = false;
bool fServer = false;
string strMiscWarning;
bool fNoListen = false;
bool fLogTimestamps = false;
volatile bool fReopenDebugLog = false;
CClientUIInterface uiInterface;