mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-15 01:18:13 +00:00
[gsubgpos] Minor use ->clear() directly
This commit is contained in:
parent
207ae11ab9
commit
4401dd2482
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ struct hb_closure_context_t :
|
|||
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);
|
||||
|
|
Loading…
Add table
Reference in a new issue