diff options
| author | Jeff Garzik <[email protected]> | 2014-06-04 15:00:38 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2014-06-04 15:00:38 -0400 |
| commit | c79897af319e01d0c84f970206747e320e246418 (patch) | |
| tree | 6ce65bc71e46c1ef23c339d83be9c42e32514ade /src/util.cpp | |
| parent | Merge pull request #4258 (diff) | |
| parent | rename fNoListen to fListen and move to net (diff) | |
| download | discoin-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.cpp | 1 |
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; |