[ot-font] Remove ensure
This commit is contained in:
parent
ea6d9b661f
commit
9198de7b9b
|
@ -298,7 +298,6 @@ _hb_ot_get_font_funcs (void)
|
||||||
void
|
void
|
||||||
hb_ot_font_set_funcs (hb_font_t *font)
|
hb_ot_font_set_funcs (hb_font_t *font)
|
||||||
{
|
{
|
||||||
if (unlikely (!hb_ot_shaper_face_data_ensure (font->face))) return;
|
|
||||||
hb_font_set_funcs (font,
|
hb_font_set_funcs (font,
|
||||||
_hb_ot_get_font_funcs (),
|
_hb_ot_get_font_funcs (),
|
||||||
&font->face->table,
|
&font->face->table,
|
||||||
|
|
Loading…
Reference in New Issue