From 0c17a55a29e4b1c49c0675513a9e991e67d0f6c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 18 Sep 2015 09:48:13 +0200 Subject: vis: cleanup keyboard handling implementation --- libutf.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libutf.c') diff --git a/libutf.c b/libutf.c index c9d77dc..2a82dc7 100644 --- a/libutf.c +++ b/libutf.c @@ -2,12 +2,6 @@ #include "libutf.h" #include "util.h" -const char *utfnext(const char *s) { - while (!ISUTF8(*s)) - s++; - return s; -} - int runelen(Rune r) { -- cgit v1.2.3