summaryrefslogtreecommitdiff
path: root/pango/shape.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/shape.c')
-rw-r--r--pango/shape.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pango/shape.c b/pango/shape.c
index 2be23189..50a083a3 100644
--- a/pango/shape.c
+++ b/pango/shape.c
@@ -51,7 +51,6 @@ pango_shape (const gchar *text,
_pango_engine_shape_shape (analysis->shape_engine, analysis->font,
text, length, analysis, glyphs);
- glyphs->num_glyphs = 0;
if (G_UNLIKELY (glyphs->num_glyphs == 0))
{
/* If a font has been correctly chosen, but no glyphs are output,