Revert "[aat] Clear buffer glyph set"

This reverts commit b1a9219ac5.

Was unnecessary. collect_codepoints() clears the set.
This commit is contained in:
Behdad Esfahbod 2025-03-12 19:18:12 -06:00
parent d76a23a3f1
commit 45b2d28d04

View file

@ -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
{