From 5e399a8a45bddb49e06e2ca39df1ed04398c0aff Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 29 Aug 2012 10:40:49 -0400 Subject: [PATCH] Minor --- src/hb-ot-layout-gsub-table.hh | 1 - src/hb-ot-layout-gsubgpos-private.hh | 1 - 2 files changed, 2 deletions(-) diff --git a/src/hb-ot-layout-gsub-table.hh b/src/hb-ot-layout-gsub-table.hh index 2b5befa..8c68984 100644 --- a/src/hb-ot-layout-gsub-table.hh +++ b/src/hb-ot-layout-gsub-table.hh @@ -513,7 +513,6 @@ struct Ligature ligGlyph, match_glyph, NULL, - end_offset, is_mark_ligature, total_component_count); diff --git a/src/hb-ot-layout-gsubgpos-private.hh b/src/hb-ot-layout-gsubgpos-private.hh index 2b5c8f4..5815d5f 100644 --- a/src/hb-ot-layout-gsubgpos-private.hh +++ b/src/hb-ot-layout-gsubgpos-private.hh @@ -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) { -- 2.7.4