From 793113f4e3ac1eb848df46b1e73fca486bc1df10 Mon Sep 17 00:00:00 2001 From: Raphael Nestler Date: Sun, 21 Mar 2021 11:17:58 +0100 Subject: Remove C++ utils::convert_text since it isn't used anywhere --- include/utils.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/utils.h') 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)). -- cgit v1.2.3