diff options
Diffstat (limited to 'pith/charconv/utf8.h')
-rw-r--r-- | pith/charconv/utf8.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pith/charconv/utf8.h b/pith/charconv/utf8.h index 09a2a95c..d22a8a7c 100644 --- a/pith/charconv/utf8.h +++ b/pith/charconv/utf8.h @@ -81,7 +81,6 @@ UCS *ucs4_strncat(UCS *ucs4dst, UCS *ucs4src, size_t n); UCS *ucs4_strchr(UCS *s, UCS c); UCS *ucs4_strrchr(UCS *s, UCS c); unsigned utf8_width(char *); -unsigned utf8_widthis(char *); size_t utf8_to_width_rhs(char *, char *, size_t, unsigned); int utf8_snprintf(char *, size_t, char *, ...); size_t utf8_to_width(char *, char *, size_t, unsigned, unsigned *); |