[HarfBuzz] harfbuzz-ng: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Fri Nov 6 14:43:47 PST 2009


 src/hb-ot-layout.cc |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit f4f1fc970b3e37d9903cbf5e05bbd38be4df3047
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Fri Nov 6 17:42:38 2009 -0500

    Remove debug info that crept in

diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc
index 45ace5b..0c2f602 100644
--- a/src/hb-ot-layout.cc
+++ b/src/hb-ot-layout.cc
@@ -565,7 +565,6 @@ hb_ot_layout_position_lookup   (hb_face_t    *face,
   return _get_gpos (face).position_lookup (&context, buffer, lookup_index, mask);
 }
 
-#include <stdio.h>
 void
 hb_ot_layout_position_finish (hb_face_t    *face,
 			      hb_font_t    *font,
@@ -581,7 +580,6 @@ hb_ot_layout_position_finish (hb_face_t    *face,
   /* First handle all left-to-right connections */
   for (j = 0; j < len; j++) {
     if (positions[j].cursive_chain > 0) {
-  printf ("0000000000000\n");
       positions[j].y_offset += positions[j - positions[j].cursive_chain].y_offset;
       positions[j].cursive_chain = 0;
     }



More information about the HarfBuzz mailing list