X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/092f426f348285b7bda625078204289d94ba58f4..18cda350fe80c2226684f9660f2956869552b317:/lib/utf8.c diff --git a/lib/utf8.c b/lib/utf8.c index da78f00..9ca228c 100644 --- a/lib/utf8.c +++ b/lib/utf8.c @@ -23,14 +23,6 @@ #include "utf8.h" -int validutf8(const char *s) { - unsigned long c; - - while(*s) - PARSE_UTF8(s, c, return 0); - return 1; -} - /* Local Variables: c-basic-offset:2