From 6ab6be32c5857ce3344021ad2996e80b2a8c8f99 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 2 Aug 2014 14:58:38 -0400 Subject: [PATCH] [arabic/win1256] Remove unused MultipleSubst macros --- src/hb-ot-shape-complex-arabic-win1256.hh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/hb-ot-shape-complex-arabic-win1256.hh b/src/hb-ot-shape-complex-arabic-win1256.hh index 006cab86e..63ed3f8e0 100644 --- a/src/hb-ot-shape-complex-arabic-win1256.hh +++ b/src/hb-ot-shape-complex-arabic-win1256.hh @@ -145,18 +145,6 @@ OT_COVERAGE1(Name##Coverage, OT_LIST(FromGlyphs)) \ /* ASSERT_STATIC_EXPR len(FromGlyphs) == len(ToGlyphs) */ -#define OT_SUBLOOKUP_MULTIPLE_SUBST_FORMAT1(Name, FromGlyphs, SequenceOffsets) \ - OT_SUBLOOKUP(Name, 1, \ - OT_OFFSET(Name, Name##Coverage) \ - OT_LABEL_END \ - OT_UARRAY(Name##SequenceOffsetsArray, OT_LIST(SequenceOffsets)) \ - ) \ - OT_COVERAGE1(Name##Coverage, OT_LIST(FromGlyphs)) \ - /* ASSERT_STATIC_EXPR len(FromGlyphs) == len(SequenceOffsets) */ - -#define OT_SEQUENCE(Name, SubstituteGlyphs) \ - OT_UARRAY(Name, OT_LIST(SubstituteGlyphs)) - #define OT_SUBLOOKUP_LIGATURE_SUBST_FORMAT1(Name, FirstGlyphs, LigatureSetOffsets) \ OT_SUBLOOKUP(Name, 1, \ OT_OFFSET(Name, Name##Coverage) \