[ot-font] Remove ensure
diff --git a/src/hb-ot-font.cc b/src/hb-ot-font.cc
index 2f88f3a..cf8cbd3 100644
--- a/src/hb-ot-font.cc
+++ b/src/hb-ot-font.cc
@@ -298,7 +298,6 @@
 void
 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_ot_get_font_funcs (),
 		     &font->face->table,