aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-cli.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2015-04-30 16:34:45 +0200
committerWladimir J. van der Laan <[email protected]>2015-04-30 16:37:18 +0200
commit8a10000222cb49eb253b41802ecf312adaf79439 (patch)
treed3f87f54b5e8e138e65e6fcb945dd1c8ef28e469 /src/bitcoin-cli.cpp
parentMerge pull request #6059 (diff)
parentSeparate CTranslationInterface from CClientUIInterface (diff)
downloaddiscoin-8a10000222cb49eb253b41802ecf312adaf79439.tar.xz
discoin-8a10000222cb49eb253b41802ecf312adaf79439.zip
Merge pull request #6022
b74dcb3 Separate CTranslationInterface from CClientUIInterface (Jorge Timón)
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 2fa8de6fd..1269d7a11 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;