From eb37bc9d93b3abebee24390708940510fe37477a Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 2 Jul 2019 15:19:39 -0700 Subject: [PATCH] [use] Remove Syriac features This was non-standard, and unused anyway. --- src/hb-ot-shape-complex-use.cc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/hb-ot-shape-complex-use.cc b/src/hb-ot-shape-complex-use.cc index 003d897b2..0a8c4e5d0 100644 --- a/src/hb-ot-shape-complex-use.cc +++ b/src/hb-ot-shape-complex-use.cc @@ -65,13 +65,8 @@ use_topographical_features[] = HB_TAG('i','n','i','t'), HB_TAG('m','e','d','i'), HB_TAG('f','i','n','a'), - /* The spec doesn't specify these but we apply anyway, since our Arabic shaper - * does. These are only used in Syriac spec. */ - HB_TAG('m','e','d','2'), - HB_TAG('f','i','n','2'), - HB_TAG('f','i','n','3'), }; -/* Same order as use_topographical_features. Don't need Syriac stuff.*/ +/* Same order as use_topographical_features. */ enum joining_form_t { USE_ISOL, USE_INIT,