diff options
Diffstat (limited to 'pango')
-rw-r--r-- | pango/pango-glyph-item.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pango/pango-glyph-item.c b/pango/pango-glyph-item.c index b62bf840..af242b1e 100644 --- a/pango/pango-glyph-item.c +++ b/pango/pango-glyph-item.c @@ -431,9 +431,6 @@ pango_glyph_item_apply_attrs (PangoGlyphItem *glyph_item, state.segment_attrs = g_slist_concat (state.segment_attrs, pango_attr_iterator_get_attrs (iter)); } - - if (!glyph_item_iter_next_cluster (&state.iter)) - break; } out: |