Minor
This commit is contained in:
parent
a177d027d1
commit
5e399a8a45
|
@ -513,7 +513,6 @@ struct Ligature
|
||||||
ligGlyph,
|
ligGlyph,
|
||||||
match_glyph,
|
match_glyph,
|
||||||
NULL,
|
NULL,
|
||||||
end_offset,
|
|
||||||
is_mark_ligature,
|
is_mark_ligature,
|
||||||
total_component_count);
|
total_component_count);
|
||||||
|
|
||||||
|
|
|
@ -502,7 +502,6 @@ static inline void ligate_input (hb_apply_context_t *c,
|
||||||
hb_codepoint_t lig_glyph,
|
hb_codepoint_t lig_glyph,
|
||||||
match_func_t match_func,
|
match_func_t match_func,
|
||||||
const void *match_data,
|
const void *match_data,
|
||||||
unsigned int end_offset,
|
|
||||||
bool is_mark_ligature,
|
bool is_mark_ligature,
|
||||||
unsigned int total_component_count)
|
unsigned int total_component_count)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue