diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-09 21:24:20 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-09 21:24:20 -0400 |
commit | c3aa96809e85b0f3148addda4ed1456a7e1a67f6 (patch) | |
tree | 36acdbb79e07196420d4bceedbbbd3dcd3ea93d3 | |
parent | 956c361fde5175b19297c3eef48b7d13968efaab (diff) | |
download | pango-c3aa96809e85b0f3148addda4ed1456a7e1a67f6.tar.gz |
Fix a compiler warning
-rw-r--r-- | pango/pango-layout.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c index 9e82459a..2b07954e 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -3605,7 +3605,6 @@ process_item (PangoLayout *layout, int break_width = width; int orig_width = width; int break_extra_width; - int hyphen_width; gboolean retrying_with_char_breaks = FALSE; if (processing_new_item) |