mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 00:32:59 +00:00
[subset] Remove unnecessary test
This commit is contained in:
parent
cedf739646
commit
202e6c4699
1 changed files with 1 additions and 1 deletions
|
@ -1328,7 +1328,7 @@ static void context_closure_recurse_lookups (hb_closure_context_t *c,
|
|||
bool has_pos_glyphs = false;
|
||||
hb_set_t pos_glyphs;
|
||||
|
||||
if (hb_set_is_empty (covered_seq_indicies) || !hb_set_has (covered_seq_indicies, seqIndex))
|
||||
if (!hb_set_has (covered_seq_indicies, seqIndex))
|
||||
{
|
||||
has_pos_glyphs = true;
|
||||
if (seqIndex == 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue