[OTLayout] Remove unused function
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 14 Feb 2013 12:42:42 +0000 (07:42 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 14 Feb 2013 12:42:42 +0000 (07:42 -0500)
src/hb-ot-layout-gsubgpos-private.hh

index 61814ad..07989fa 100644 (file)
@@ -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))