[OTLayout] Remove unused function
This commit is contained in:
parent
8820bb235b
commit
4e51df73a3
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue