diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-06-01 20:23:44 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-06-01 20:23:44 +0000 |
commit | 086db7e6bed066d76771c96803c6699fe1044c14 (patch) | |
tree | b8c7267c972928bd6ba9c399dc01cffbbd03c34f /protocols/MinecraftDynmap/src/utils.h | |
parent | cd60ff3b5bf31a99c2ccafcd404adf8a0452b0a4 (diff) |
MinecraftDynmap: Use new JSONNode syntax; rework TCHAR* to char*; version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@13963 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MinecraftDynmap/src/utils.h')
-rw-r--r-- | protocols/MinecraftDynmap/src/utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/MinecraftDynmap/src/utils.h b/protocols/MinecraftDynmap/src/utils.h index 29a62228ab..105a9b0e0c 100644 --- a/protocols/MinecraftDynmap/src/utils.h +++ b/protocols/MinecraftDynmap/src/utils.h @@ -52,7 +52,6 @@ namespace utils { void replace_first(std::string* data, const std::string &from, const std::string &to); void replace_all(std::string* data, const std::string &from, const std::string &to); - void treplace_all(std::tstring* data, const std::tstring &from, const std::tstring &to); std::string special_expressions_decode(std::string data); std::string slashu_to_utf8(const std::string &data); std::string trim(const std::string &data); |