[ot-font] Remove stale TODO

This commit is contained in:
Behdad Esfahbod 2022-11-16 22:44:22 -07:00
parent a0bde1e1ea
commit 6dfd4a16e7
1 changed files with 0 additions and 1 deletions

View File

@ -356,7 +356,6 @@ hb_ot_get_glyph_extents (hb_font_t *font,
if (ot_face->cff2->get_extents (font, glyph, extents)) return true;
#endif
// TODO Hook up side-bearings variations.
return false;
}