[layout] Fix backward reject()
Has no functional effect since reject was never used with match_glyph_data.
This commit is contained in:
parent
37d13acd8d
commit
1f038eec3c
|
@ -488,7 +488,7 @@ struct hb_apply_context_t
|
|||
match_glyph_data = glyph_data;
|
||||
}
|
||||
|
||||
inline void reject (void) { num_items++; }
|
||||
inline void reject (void) { num_items++; match_glyph_data--; }
|
||||
inline bool prev (void)
|
||||
{
|
||||
assert (num_items > 0);
|
||||
|
|
Loading…
Reference in New Issue