This commit is contained in:
Behdad Esfahbod 2012-08-29 10:40:49 -04:00
parent a177d027d1
commit 5e399a8a45
2 changed files with 0 additions and 2 deletions

View File

@ -513,7 +513,6 @@ struct Ligature
ligGlyph,
match_glyph,
NULL,
end_offset,
is_mark_ligature,
total_component_count);

View File

@ -502,7 +502,6 @@ static inline void ligate_input (hb_apply_context_t *c,
hb_codepoint_t lig_glyph,
match_func_t match_func,
const void *match_data,
unsigned int end_offset,
bool is_mark_ligature,
unsigned int total_component_count)
{