From 498f1909e0f7a32484b2058622c4a018cbfc1334 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 21 May 2009 15:51:04 -0400 Subject: [PATCH] [GPOS] Remove printf. MarkMarkPos1 is working The "bug" was in the font. --- src/hb-ot-layout-gpos-private.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hb-ot-layout-gpos-private.h b/src/hb-ot-layout-gpos-private.h index 4ecb0f5..15f476b 100644 --- a/src/hb-ot-layout-gpos-private.h +++ b/src/hb-ot-layout-gpos-private.h @@ -1018,7 +1018,6 @@ struct MarkMarkPosFormat1 if (HB_UNLIKELY (mark1_class >= classCount || mark2_index >= mark2_array.len)) return false; - printf ("here4\n"); hb_position_t mark1_x, mark1_y, mark2_x, mark2_y; -- 2.7.4