Separate CTranslationInterface from CClientUIInterface

This commit is contained in:
Jorge Timón
2015-04-16 16:20:01 +02:00
parent 8f955b9661
commit b74dcb3b4a
11 changed files with 24 additions and 23 deletions

View File

@@ -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[])
{