Remove unused variable

This commit is contained in:
Behdad Esfahbod 2012-06-01 13:45:25 -04:00
parent 0558d55bac
commit cd6a549341
1 changed files with 0 additions and 2 deletions

View File

@ -62,8 +62,6 @@ struct shape_closure_consumer_t : option_group_t
const char *text, const char *text,
unsigned int text_len) unsigned int text_len)
{ {
FT_Face ft_face = show_glyph_names ? hb_ft_font_get_face (font) : NULL;
hb_set_clear (glyphs); hb_set_clear (glyphs);
shaper.shape_closure (text, text_len, font, buffer, glyphs); shaper.shape_closure (text, text_len, font, buffer, glyphs);