[layout] Fix backward reject()

Has no functional effect since reject was never used with
match_glyph_data.
This commit is contained in:
Behdad Esfahbod 2015-01-29 13:05:25 +01:00
parent 37d13acd8d
commit 1f038eec3c
1 changed files with 1 additions and 1 deletions

View File

@ -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);