From 4e51df73a337f7232a7dfa85df78a4f19b24771b Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 14 Feb 2013 07:42:42 -0500 Subject: [PATCH] [OTLayout] Remove unused function --- src/hb-ot-layout-gsubgpos-private.hh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/hb-ot-layout-gsubgpos-private.hh b/src/hb-ot-layout-gsubgpos-private.hh index 61814ad84..07989fa86 100644 --- a/src/hb-ot-layout-gsubgpos-private.hh +++ b/src/hb-ot-layout-gsubgpos-private.hh @@ -447,11 +447,6 @@ struct hb_apply_context_t } - inline bool should_skip_current_glyph (void) const - { - return should_skip (&buffer->cur(), lookup_props); - } - inline void set_class (hb_codepoint_t glyph_index, unsigned int class_guess) const { if (likely (has_glyph_classes))