projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c86b79
)
Removed unused function prototype
author
Ingo Ruhnke
<grumbel@gmail.com>
Mon, 11 Aug 2014 21:21:06 +0000
(23:21 +0200)
committer
Ingo Ruhnke
<grumbel@gmail.com>
Mon, 11 Aug 2014 22:13:00 +0000
(
00:13
+0200)
src/util/utf8_iterator.cpp
patch
|
blob
|
history
diff --git
a/src/util/utf8_iterator.cpp
b/src/util/utf8_iterator.cpp
index
4c1f043
..
f2550a3
100644
(file)
--- 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