[ft] Remove check_changed from get_glyph_shape()

Leftover.
This commit is contained in:
Behdad Esfahbod 2022-07-22 05:48:12 -06:00
parent 7cdde6a241
commit fd535a240b
1 changed files with 0 additions and 2 deletions

View File

@ -743,8 +743,6 @@ hb_ft_get_glyph_shape (hb_font_t *font HB_UNUSED,
hb_lock_t lock (ft_font->lock);
FT_Face ft_face = ft_font->ft_face;
_hb_ft_hb_font_check_changed (font, ft_font);
if (unlikely (FT_Load_Glyph (ft_face, glyph,
FT_LOAD_NO_BITMAP | ft_font->load_flags)))
return;