[layout] Remove unused wrapper method
This commit is contained in:
parent
7b7129c7a9
commit
f4ee48fd7b
|
@ -412,7 +412,6 @@ struct hb_apply_context_t
|
||||||
matcher.set_syllable (start_index_ == c->buffer->idx ? c->buffer->cur().syllable () : 0);
|
matcher.set_syllable (start_index_ == c->buffer->idx ? c->buffer->cur().syllable () : 0);
|
||||||
}
|
}
|
||||||
inline void set_lookup_props (unsigned int lookup_props) { matcher.set_lookup_props (lookup_props); }
|
inline void set_lookup_props (unsigned int lookup_props) { matcher.set_lookup_props (lookup_props); }
|
||||||
inline void set_syllable (unsigned int syllable) { matcher.set_syllable (syllable); }
|
|
||||||
inline void set_match_func (matcher_t::match_func_t match_func,
|
inline void set_match_func (matcher_t::match_func_t match_func,
|
||||||
const void *match_data,
|
const void *match_data,
|
||||||
const USHORT glyph_data[])
|
const USHORT glyph_data[])
|
||||||
|
@ -482,7 +481,6 @@ struct hb_apply_context_t
|
||||||
matcher.set_syllable (start_index_ == c->buffer->idx ? c->buffer->cur().syllable () : 0);
|
matcher.set_syllable (start_index_ == c->buffer->idx ? c->buffer->cur().syllable () : 0);
|
||||||
}
|
}
|
||||||
inline void set_lookup_props (unsigned int lookup_props) { matcher.set_lookup_props (lookup_props); }
|
inline void set_lookup_props (unsigned int lookup_props) { matcher.set_lookup_props (lookup_props); }
|
||||||
inline void set_syllable (unsigned int syllable) { matcher.set_syllable (syllable); }
|
|
||||||
inline void set_match_func (matcher_t::match_func_t match_func,
|
inline void set_match_func (matcher_t::match_func_t match_func,
|
||||||
const void *match_data,
|
const void *match_data,
|
||||||
const USHORT glyph_data[])
|
const USHORT glyph_data[])
|
||||||
|
|
Loading…
Reference in New Issue