aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-07-07 10:00:26 +0200
committerWladimir J. van der Laan <[email protected]>2014-07-07 10:01:56 +0200
commit6fa1f794f72d59e5221af1bea14b0a3c4e3bfd69 (patch)
tree0561a092614fbfd68b29bc415b44b3d1cbe5fff6 /src/util.cpp
parentMerge pull request #4457 (diff)
parentMove ui_interface to bitcoin_server.a (diff)
downloaddiscoin-6fa1f794f72d59e5221af1bea14b0a3c4e3bfd69.tar.xz
discoin-6fa1f794f72d59e5221af1bea14b0a3c4e3bfd69.zip
Merge pull request #4459
73ac7ab Move ui_interface to bitcoin_server.a (Wladimir J. van der Laan) 5090303 qt: Pick translation messages only from necessary files (Wladimir J. van der Laan)
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util.cpp b/src/util.cpp
index 081484c37..9adbbdec4 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -7,7 +7,6 @@
#include "chainparamsbase.h"
#include "sync.h"
-#include "ui_interface.h"
#include "uint256.h"
#include "version.h"
@@ -97,7 +96,6 @@ string strMiscWarning;
bool fLogTimestamps = false;
bool fLogIPs = false;
volatile bool fReopenDebugLog = false;
-CClientUIInterface uiInterface;
// Init OpenSSL library multithreading support
static CCriticalSection** ppmutexOpenSSL;