From 853daf857f231c9ce0277a78abff1241150ea903 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 14 Mar 2014 15:49:18 -0700 Subject: [PATCH] Remove old cruft --- src/hb-shaper-list.hh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/hb-shaper-list.hh b/src/hb-shaper-list.hh index da6d8e0be..57fb8ec58 100644 --- a/src/hb-shaper-list.hh +++ b/src/hb-shaper-list.hh @@ -39,12 +39,6 @@ HB_SHAPER_IMPLEMENT (graphite2) HB_SHAPER_IMPLEMENT (ot) /* <--- This is our main OpenType shaper. */ #endif -#ifdef HAVE_HB_OLD -HB_SHAPER_IMPLEMENT (old) -#endif -#ifdef HAVE_ICU_LE -HB_SHAPER_IMPLEMENT (icu_le) -#endif #ifdef HAVE_UNISCRIBE HB_SHAPER_IMPLEMENT (uniscribe) #endif