From a9688760104e24339e8c956bbdfc3e12387f02b8 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. --- pango/opentype/hb-ot-layout-gpos-private.h | 1 - 1 file changed, 1 deletion(-) diff --git a/pango/opentype/hb-ot-layout-gpos-private.h b/pango/opentype/hb-ot-layout-gpos-private.h index 4ecb0f5..15f476b 100644 --- a/pango/opentype/hb-ot-layout-gpos-private.h +++ b/pango/opentype/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