From 86112356885fde32163882b6c9dd19a494304f7a Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 9 Dec 2012 18:47:09 -0500 Subject: [PATCH] [coretext] Remove hack around GlyphID We not namespace our types, so the hack is not needed anymore. --- src/hb-coretext.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/hb-coretext.cc b/src/hb-coretext.cc index dfb6341dc..f626a2fdc 100644 --- a/src/hb-coretext.cc +++ b/src/hb-coretext.cc @@ -29,10 +29,6 @@ #define HB_SHAPER coretext #include "hb-shaper-impl-private.hh" -#define GlyphID GlyphID_mac -#include -#undef GlyphID - #include "hb-coretext.h"