summaryrefslogtreecommitdiffstats
path: root/src/unicode-extra.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-01-26 04:05:44 -0500
committerJesse Luehrs <doy@tozt.net>2017-01-26 04:05:44 -0500
commit5481a0e35e3b272f333d082dc2cabcce8bc005c5 (patch)
treed0cbb422cc20495894a7bbd272fa72e76c306fe7 /src/unicode-extra.h
parent6776714636f32db0d02a0bdf1a6b0e2696dfd291 (diff)
downloadlibvt100-5481a0e35e3b272f333d082dc2cabcce8bc005c5.tar.gz
libvt100-5481a0e35e3b272f333d082dc2cabcce8bc005c5.zip
actually, remove the wide emoji hacks entirely
they have been folded into modern versions of glib (>= 2.50.1) as part of unicode 9.0.0
Diffstat (limited to 'src/unicode-extra.h')
-rw-r--r--src/unicode-extra.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unicode-extra.h b/src/unicode-extra.h
index befec7a..be3b28b 100644
--- a/src/unicode-extra.h
+++ b/src/unicode-extra.h
@@ -3,6 +3,6 @@
#include <stdint.h>
-int vt100_char_width(uint32_t codepoint, int wide_emoji);
+int vt100_char_width(uint32_t codepoint);
#endif