diff options
author | Jorge Timón <jtimon@jtimon.cc> | 2015-04-16 16:20:01 +0200 |
---|---|---|
committer | Jorge Timón <jtimon@jtimon.cc> | 2015-04-16 19:58:48 +0200 |
commit | b74dcb3b4aa29958d22135f2d6c015578069e83c (patch) | |
tree | 3c7555117404c14c54be2415c00d6a7b65e951da /src/bitcoin-tx.cpp | |
parent | 8f955b9661224adc950e302b42d2f7bcb5e90bef (diff) |
Separate CTranslationInterface from CClientUIInterface
Diffstat (limited to 'src/bitcoin-tx.cpp')
-rw-r--r-- | src/bitcoin-tx.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bitcoin-tx.cpp b/src/bitcoin-tx.cpp index 78f5c2c4b6..075d529408 100644 --- a/src/bitcoin-tx.cpp +++ b/src/bitcoin-tx.cpp @@ -11,7 +11,6 @@ #include "keystore.h" #include "script/script.h" #include "script/sign.h" -#include "ui_interface.h" // for _(...) #include "univalue/univalue.h" #include "util.h" #include "utilstrencodings.h" @@ -26,7 +25,6 @@ using namespace std; static bool fCreateBlank; static map<string,UniValue> registers; -CClientUIInterface uiInterface; static bool AppInitRawTx(int argc, char* argv[]) { |