From b52cc1d8ce12c893696737b09039416504d59094 Mon Sep 17 00:00:00 2001 From: Hib Eris Date: Tue, 31 Jan 2012 12:49:01 +0100 Subject: [PATCH] Remove unused variable in CairoFontEngine.cc --- poppler/CairoFontEngine.cc | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/poppler/CairoFontEngine.cc b/poppler/CairoFontEngine.cc index 95ac60d..451eaef 100644 --- a/poppler/CairoFontEngine.cc +++ b/poppler/CairoFontEngine.cc @@ -106,7 +106,7 @@ CairoFont::getGlyph(CharCode code, double CairoFont::getSubstitutionCorrection(GfxFont *gfxFont) { - double w1, w2,w3; + double w1, w2; CharCode code; char *name; @@ -134,7 +134,6 @@ CairoFont::getSubstitutionCorrection(GfxFont *gfxFont) cairo_scaled_font_destroy(scaled_font); cairo_font_options_destroy(options); - w3 = extents.width; w2 = extents.x_advance; } if (!gfxFont->isSymbolic()) { -- 1.7.7