aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2014-06-04 15:00:38 -0400
committerJeff Garzik <[email protected]>2014-06-04 15:00:38 -0400
commitc79897af319e01d0c84f970206747e320e246418 (patch)
tree6ce65bc71e46c1ef23c339d83be9c42e32514ade /src/util.cpp
parentMerge pull request #4258 (diff)
parentrename fNoListen to fListen and move to net (diff)
downloaddiscoin-c79897af319e01d0c84f970206747e320e246418.tar.xz
discoin-c79897af319e01d0c84f970206747e320e246418.zip
Merge pull request #4247 from Diapolo/listen
rename fNoListen to fListen and move to net
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp
index 336ef3172..d106b0323 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;