[GPOS] Remove printf. MarkMarkPos1 is working

The "bug" was in the font.
This commit is contained in:
Behdad Esfahbod 2009-05-21 15:51:04 -04:00
parent c7d457aa3a
commit 498f1909e0
1 changed files with 0 additions and 1 deletions

View 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;