From: Behdad Esfahbod Date: Thu, 21 May 2009 19:51:04 +0000 (-0400) Subject: [GPOS] Remove printf. MarkMarkPos1 is working X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=498f1909e0f7a32484b2058622c4a018cbfc1334;p=platform%2Fupstream%2FlibHarfBuzzSharp.git [GPOS] Remove printf. MarkMarkPos1 is working The "bug" was in the font. --- 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;