aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-07-03 07:45:16 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-07-07 09:58:56 +0200
commit73ac7abd08a70adf22e24d0f5f7631e7f8b7c5bb (patch)
tree0561a092614fbfd68b29bc415b44b3d1cbe5fff6 /src/util.cpp
parent509030344c66d2a2e27e50a690c43d577e5b943b (diff)
downloadbitcoin-73ac7abd08a70adf22e24d0f5f7631e7f8b7c5bb.tar.xz
Move ui_interface to bitcoin_server.a
There is no need for it in the utility libraries or tools. Put it in init.cpp, and in the tests separately (as they can't link init).
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 081484c37d..9adbbdec48 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;