From b2c28ee64082ff6ea2a873cfc28697bf1d8982b3 Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Mon, 11 Aug 2014 23:21:06 +0200 Subject: [PATCH] Removed unused function prototype --- src/util/utf8_iterator.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/utf8_iterator.cpp b/src/util/utf8_iterator.cpp index 4c1f043f896..f2550a3df8b 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