[HarfBuzz] harfbuzz-ng: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Sat Jun 9 00:26:27 PDT 2012


 util/shape-consumer.hh |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 6a5661f1e69c937083e8d976cb12429b99180d54
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Sat Jun 9 03:26:16 2012 -0400

    Ugh

diff --git a/util/shape-consumer.hh b/util/shape-consumer.hh
index 11e4cc3..220daa4 100644
--- a/util/shape-consumer.hh
+++ b/util/shape-consumer.hh
@@ -49,7 +49,6 @@ struct shape_consumer_t
   {
     output.new_line ();
 
-    for (unsigned int i = 0; i < 10000; i++) {
     shaper.populate_buffer (buffer, text, text_len);
     output.consume_text (buffer, text, text_len, shaper.utf8_clusters);
 
@@ -59,7 +58,6 @@ struct shape_consumer_t
       output.shape_failed (buffer, text, text_len, shaper.utf8_clusters);
       return;
     }
-    }
 
     output.consume_glyphs (buffer, text, text_len, shaper.utf8_clusters);
   }



More information about the HarfBuzz mailing list