diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-10-08 10:52:42 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-10-08 10:52:42 +0200 |
commit | 917ac1dcc1d060c2e5b2bd225de24309a14b8c4c (patch) | |
tree | d9fb85d8adaca39b966ce3d04133293f2b89035e /src/util.h | |
parent | adae2f1819f536ab3e39bb2b4ae3ee772447eb79 (diff) |
make fCommandLine a local variable in AppInit()
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h index a216aacdc9..c3fb01dbf0 100644 --- a/src/util.h +++ b/src/util.h @@ -145,7 +145,6 @@ extern bool fPrintToConsole; extern bool fPrintToDebugger; extern bool fDaemon; extern bool fServer; -extern bool fCommandLine; extern std::string strMiscWarning; extern bool fNoListen; extern bool fLogTimestamps; |