From 67068cfaf43ef95e526401d9f788790516b9f8ed Mon Sep 17 00:00:00 2001 From: Desour Date: Fri, 3 Mar 2023 01:18:38 +0100 Subject: Get rid of wgettext --- src/util/string.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/util/string.h') 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); -- cgit v1.2.3