mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-10 07:18:39 +00:00
Remove unused variable
This commit is contained in:
parent
0558d55bac
commit
cd6a549341
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue