From acc0715e8aaf923bf0b940c767fdfb494f11c4b9 Mon Sep 17 00:00:00 2001 From: Burt P Date: Wed, 22 Jan 2020 10:31:32 -0600 Subject: util_edid: use weak function instead of macro Suggested-by: Leandro Pereira Signed-off-by: Burt P --- deps/sysobj_early/include/util_edid.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'deps/sysobj_early/include') diff --git a/deps/sysobj_early/include/util_edid.h b/deps/sysobj_early/include/util_edid.h index a188c135..5bb4b932 100644 --- a/deps/sysobj_early/include/util_edid.h +++ b/deps/sysobj_early/include/util_edid.h @@ -25,11 +25,6 @@ #include /* for *int*_t types */ #include -// TODO: find a better fix, I've seen a few EDID strings with bogus chars -#if !GLIB_CHECK_VERSION(2,52,0) -#define g_utf8_make_valid(S,L) g_strdup(S) -#endif - typedef struct _edid edid; typedef struct { -- cgit v1.2.3