diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-10-09 23:35:42 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-10-09 23:35:42 -0700 |
| commit | a302c21e0b0484fef91673c9072c1af7c278698e (patch) | |
| tree | 5f903516195f9aae66c70a1854c55f202d1b9814 /src/util.cpp | |
| parent | Merge pull request #3068 from Diapolo/qt-icon (diff) | |
| parent | make fCommandLine a local variable in AppInit() (diff) | |
| download | discoin-a302c21e0b0484fef91673c9072c1af7c278698e.tar.xz discoin-a302c21e0b0484fef91673c9072c1af7c278698e.zip | |
Merge pull request #3066 from Diapolo/rem_global
make fCommandLine a local variable in AppInit()
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 73428b4c2..cfaf5bdf8 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -78,7 +78,6 @@ bool fPrintToConsole = false; bool fPrintToDebugger = false; bool fDaemon = false; bool fServer = false; -bool fCommandLine = false; string strMiscWarning; bool fNoListen = false; bool fLogTimestamps = false; |