diff options
Diffstat (limited to 'include/utils.h')
-rw-r--r-- | include/utils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/utils.h b/include/utils.h index b6b06275..ceea31f2 100644 --- a/include/utils.h +++ b/include/utils.h @@ -48,9 +48,6 @@ std::string consolidate_whitespace(const std::string& str); std::string translit(const std::string& tocode, const std::string& fromcode); -std::string convert_text(const std::string& text, - const std::string& tocode, - const std::string& fromcode); /// Converts input string from UTF-8 to the locale's encoding (as detected by /// nl_langinfo(CODESET)). |