aboutsummaryrefslogtreecommitdiff
path: root/libutf.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-09-18 09:48:13 +0200
committerMarc André Tanner <mat@brain-dump.org>2015-10-05 16:29:52 +0200
commit0c17a55a29e4b1c49c0675513a9e991e67d0f6c3 (patch)
tree2c8d3e81a57f1b5ff4cb52a2f6894530518c8b92 /libutf.h
parentc7e05b4db1f82adea5bf9c2b4a3cc3eae834db89 (diff)
downloadvis-0c17a55a29e4b1c49c0675513a9e991e67d0f6c3.tar.gz
vis-0c17a55a29e4b1c49c0675513a9e991e67d0f6c3.tar.xz
vis: cleanup keyboard handling implementation
Diffstat (limited to 'libutf.h')
-rw-r--r--libutf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libutf.h b/libutf.h
index b255961..4d3f91c 100644
--- a/libutf.h
+++ b/libutf.h
@@ -1,8 +1,6 @@
#ifndef LIBUTF_H
#define LIBUTF_H
-const char *utfnext(const char *s);
-
/* libutf8 © 2012-2015 Connor Lane Smith <cls@lubutu.com> */
#include <stddef.h>
#include <stdint.h>