diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2011-06-17 17:08:35 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2011-06-17 17:08:35 -0400 |
commit | a0296ccbdd570b66a36bf4226760aed312d020d4 (patch) | |
tree | 950a42281d637512381f147eccf01d4f05ffc19f /pango/pango-renderer.c | |
parent | 26092c20b0936ff669513fbd64537123b99d036e (diff) | |
download | pango-a0296ccbdd570b66a36bf4226760aed312d020d4.tar.gz |
Bug 652841 - Various pieces of dead code found by gcc/clang static analyzer
Diffstat (limited to 'pango/pango-renderer.c')
-rw-r--r-- | pango/pango-renderer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pango/pango-renderer.c b/pango/pango-renderer.c index 1565e640..e17bcbe7 100644 --- a/pango/pango-renderer.c +++ b/pango/pango-renderer.c @@ -985,7 +985,6 @@ pango_renderer_default_draw_error_underline (PangoRenderer *renderer, int i; x += (width - width_units * unit_width) / 2; - width = width_units * unit_width; if (renderer->matrix) matrix = renderer->matrix; |