From 5481a0e35e3b272f333d082dc2cabcce8bc005c5 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 26 Jan 2017 04:05:44 -0500 Subject: 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 --- src/unicode-extra.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unicode-extra.h') 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 -int vt100_char_width(uint32_t codepoint, int wide_emoji); +int vt100_char_width(uint32_t codepoint); #endif -- cgit v1.2.3-54-g00ecf