aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2011-12-16 17:13:45 -0500
committerGavin Andresen <[email protected]>2011-12-16 17:13:45 -0500
commit6e39e7c9b3ff97c16d9b2253629589e6f40ddfa4 (patch)
treebc480cfc70006bea4a46ab00cceb209b0a3e72fb /src/util.h
parentMerge branch 'fix-help-translations' of https://github.com/tcatm/bitcoin (diff)
downloaddiscoin-6e39e7c9b3ff97c16d9b2253629589e6f40ddfa4.tar.xz
discoin-6e39e7c9b3ff97c16d9b2253629589e6f40ddfa4.zip
Move more newlines out of strings, and fix translations.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 1ef0e6f15..7b7eaf6db 100644
--- a/src/util.h
+++ b/src/util.h
@@ -183,7 +183,6 @@ std::string DecodeBase64(const std::string& str);
std::string EncodeBase64(const unsigned char* pch, size_t len);
std::string EncodeBase64(const std::string& str);
void ParseParameters(int argc, char* argv[]);
-const char* wxGetTranslation(const char* psz);
bool WildcardMatch(const char* psz, const char* mask);
bool WildcardMatch(const std::string& str, const std::string& mask);
int GetFilesize(FILE* file);