diff options
author | 2021-03-21 22:12:58 +0300 | |
---|---|---|
committer | 2021-03-21 22:12:58 +0300 | |
commit | 09d1e8f81c05840b6ad47bf9b9e8f44c233d1b7d (patch) | |
tree | f2d926cf46f88341dbe2de86467d97eb03c5d2cb /include/utils.h | |
parent | 48ae63d47f425eb542e981df3e06cbf608df1123 (diff) | |
parent | 793113f4e3ac1eb848df46b1e73fca486bc1df10 (diff) | |
download | newsboat-09d1e8f81c05840b6ad47bf9b9e8f44c233d1b7d.tar.gz newsboat-09d1e8f81c05840b6ad47bf9b9e8f44c233d1b7d.tar.zst newsboat-09d1e8f81c05840b6ad47bf9b9e8f44c233d1b7d.zip |
Merge pull request #1539 from rnestler/remove-dead-code
Remove C++ utils::convert_text since it isn't used anywhere
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)). |