aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-cli.cpp
diff options
context:
space:
mode:
authorJorge Timón <jtimon@jtimon.cc>2015-04-16 16:20:01 +0200
committerJorge Timón <jtimon@jtimon.cc>2015-04-16 19:58:48 +0200
commitb74dcb3b4aa29958d22135f2d6c015578069e83c (patch)
tree3c7555117404c14c54be2415c00d6a7b65e951da /src/bitcoin-cli.cpp
parent8f955b9661224adc950e302b42d2f7bcb5e90bef (diff)
downloadbitcoin-b74dcb3b4aa29958d22135f2d6c015578069e83c.tar.xz
Separate CTranslationInterface from CClientUIInterface
Diffstat (limited to 'src/bitcoin-cli.cpp')
-rw-r--r--src/bitcoin-cli.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bitcoin-cli.cpp b/src/bitcoin-cli.cpp
index 2fa8de6fd8..1269d7a119 100644
--- a/src/bitcoin-cli.cpp
+++ b/src/bitcoin-cli.cpp
@@ -12,8 +12,6 @@
#include <boost/filesystem/operations.hpp>
-#define _(x) std::string(x) /* Keep the _() around in case gettext or such will be used later to translate non-UI */
-
using namespace std;
using namespace json_spirit;