aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2014-05-29 12:33:17 +0200
committerPhilip Kaufmann <[email protected]>2014-05-29 14:01:39 +0200
commit53a088154ce4e1fc483afa120a9063811dd0e7ea (patch)
tree56748b1748b2bb766c00f7b3f68daf50620bc806 /src/util.h
parentMerge pull request #4132 (diff)
downloaddiscoin-53a088154ce4e1fc483afa120a9063811dd0e7ea.tar.xz
discoin-53a088154ce4e1fc483afa120a9063811dd0e7ea.zip
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.h')
-rw-r--r--src/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index ffcb20d82..b09f9bb15 100644
--- a/src/util.h
+++ b/src/util.h
@@ -100,7 +100,6 @@ extern bool fPrintToConsole;
extern bool fPrintToDebugLog;
extern bool fServer;
extern std::string strMiscWarning;
-extern bool fNoListen;
extern bool fLogTimestamps;
extern volatile bool fReopenDebugLog;