diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-05-29 12:33:17 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-05-29 14:01:39 +0200 |
commit | 53a088154ce4e1fc483afa120a9063811dd0e7ea (patch) | |
tree | 56748b1748b2bb766c00f7b3f68daf50620bc806 /src/util.cpp | |
parent | 67f43a99ae59e24a7f147a27f1d008b8c4e5fc69 (diff) |
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
Diffstat (limited to 'src/util.cpp')
-rw-r--r-- | src/util.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp index 336ef31725..d106b03230 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -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; |