From cd6a5493411fea30a04466128e1a37b4d89c6a72 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 1 Jun 2012 13:45:25 -0400 Subject: [PATCH] Remove unused variable --- util/hb-ot-shape-closure.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/util/hb-ot-shape-closure.cc b/util/hb-ot-shape-closure.cc index 7bb8ae603..2a4fdcf99 100644 --- a/util/hb-ot-shape-closure.cc +++ b/util/hb-ot-shape-closure.cc @@ -62,8 +62,6 @@ struct shape_closure_consumer_t : option_group_t const char *text, unsigned int text_len) { - FT_Face ft_face = show_glyph_names ? hb_ft_font_get_face (font) : NULL; - hb_set_clear (glyphs); shaper.shape_closure (text, text_len, font, buffer, glyphs);