From 6a5661f1e69c937083e8d976cb12429b99180d54 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 9 Jun 2012 03:26:16 -0400 Subject: [PATCH] Ugh --- util/shape-consumer.hh | 2 -- 1 file changed, 2 deletions(-) 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); } -- 2.7.4