mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 00:32:59 +00:00
Revert "[aat] Clear buffer glyph set"
This reverts commit b1a9219ac5
.
Was unnecessary. collect_codepoints() clears the set.
This commit is contained in:
parent
d76a23a3f1
commit
45b2d28d04
1 changed files with 0 additions and 3 deletions
|
@ -98,10 +98,7 @@ struct hb_aat_apply_context_t :
|
|||
using_buffer_glyph_set = buffer->len >= 4;
|
||||
|
||||
if (using_buffer_glyph_set)
|
||||
{
|
||||
buffer_glyph_set.clear ();
|
||||
buffer->collect_codepoints (buffer_glyph_set);
|
||||
}
|
||||
}
|
||||
bool buffer_intersects_machine () const
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue