From: Ingo Ruhnke Date: Mon, 11 Aug 2014 21:21:06 +0000 (+0200) Subject: Removed unused function prototype X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=b2c28ee64082ff6ea2a873cfc28697bf1d8982b3;p=supertux.git Removed unused function prototype --- diff --git a/src/util/utf8_iterator.cpp b/src/util/utf8_iterator.cpp index 4c1f043f8..f2550a3df 100644 --- a/src/util/utf8_iterator.cpp +++ b/src/util/utf8_iterator.cpp @@ -24,7 +24,6 @@ namespace { bool has_multibyte_mark(unsigned char c); uint32_t decode_utf8(const std::string& text, size_t& p); -std::string encode_utf8(uint32_t code); /** * returns true if this byte matches a bitmask of 10xx.xxxx, i.e. it is the 2nd, 3rd or 4th byte of a multibyte utf8 string