[gsubgpos] Minor use ->clear() directly

This commit is contained in:
Behdad Esfahbod 2023-01-05 14:13:57 -07:00
parent 207ae11ab9
commit 4401dd2482
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ struct hb_closure_context_t :
return true; return true;
} }
hb_set_clear (done_lookups_glyph_set->get (lookup_index)); done_lookups_glyph_set->get (lookup_index)->clear ();
} }
hb_set_t *covered_glyph_set = done_lookups_glyph_set->get (lookup_index); hb_set_t *covered_glyph_set = done_lookups_glyph_set->get (lookup_index);