Remove unused variable
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 1 Jun 2012 17:45:25 +0000 (13:45 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 1 Jun 2012 17:45:25 +0000 (13:45 -0400)
util/hb-ot-shape-closure.cc

index 7bb8ae6..2a4fdcf 100644 (file)
@@ -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);