summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-layout.c')
-rw-r--r--pango/pango-layout.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index 5cdaa531..dd43b46f 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -3928,7 +3928,6 @@ process_item (PangoLayout *layout,
/* See how much of the item we can stuff in the line. */
width = 0;
- extra_width = 0;
for (num_chars = 0; num_chars < item->num_chars; num_chars++)
{