diff options
| author | Desour <ds.desour@proton.me> | 2023-03-03 01:18:38 +0100 |
|---|---|---|
| committer | sfan5 <sfan5@live.de> | 2023-04-08 20:17:50 +0200 |
| commit | 67068cfaf43ef95e526401d9f788790516b9f8ed (patch) | |
| tree | f4e219f632bff88aa0c798b42b4a27e2e353acef /src/util/string.h | |
| parent | 35929d27e3a93085c3a27180c1805711dcfe95d5 (diff) | |
| download | minetest-67068cfaf43ef95e526401d9f788790516b9f8ed.tar.xz | |
Get rid of wgettext
Diffstat (limited to 'src/util/string.h')
| -rw-r--r-- | src/util/string.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/util/string.h b/src/util/string.h index 27e2f094d..f2396af46 100644 --- a/src/util/string.h +++ b/src/util/string.h @@ -79,10 +79,6 @@ struct FlagDesc { std::wstring utf8_to_wide(const std::string &input); std::string wide_to_utf8(const std::wstring &input); -// You must free the returned string! -// The returned string is allocated using new[] -wchar_t *utf8_to_wide_c(const char *str); - std::string urlencode(const std::string &str); std::string urldecode(const std::string &str); u32 readFlagString(std::string str, const FlagDesc *flagdesc, u32 *flagmask); |
