[subset] Remove outdated comment

I tried something like that. It was slower because of the allocations.
This commit is contained in:
Behdad Esfahbod 2022-05-04 16:59:28 -06:00
parent 6212856ce8
commit 43938ecdc2
1 changed files with 0 additions and 3 deletions

View File

@ -336,9 +336,6 @@ _populate_unicodes_to_retain (const hb_set_t *unicodes,
}
/* Add gids which where requested, but not mapped in cmap */
// TODO(garretrieger):
// Once https://github.com/harfbuzz/harfbuzz/issues/3169
// is implemented, this can be done with union and del_range
for (hb_codepoint_t gid : *glyphs)
{
if (gid >= plan->source->get_num_glyphs ())