[GPOS] Remove printf. MarkMarkPos1 is working
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 21 May 2009 19:51:04 +0000 (15:51 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 2 Nov 2009 19:40:16 +0000 (14:40 -0500)
The "bug" was in the font.

src/hb-ot-layout-gpos-private.h

index 4ecb0f5..15f476b 100644 (file)
@@ -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;