Ugh
authorBehdad Esfahbod <behdad@behdad.org>
Sat, 9 Jun 2012 07:26:16 +0000 (03:26 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Sat, 9 Jun 2012 07:26:16 +0000 (03:26 -0400)
util/shape-consumer.hh

index 11e4cc3..220daa4 100644 (file)
@@ -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);
   }