Removed unused function prototype
authorIngo Ruhnke <grumbel@gmail.com>
Mon, 11 Aug 2014 21:21:06 +0000 (23:21 +0200)
committerIngo Ruhnke <grumbel@gmail.com>
Mon, 11 Aug 2014 22:13:00 +0000 (00:13 +0200)
src/util/utf8_iterator.cpp

index 4c1f043..f2550a3 100644 (file)
@@ -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