[font] Remove a TODO item that's not gonna happen

This commit is contained in:
Behdad Esfahbod 2022-06-10 07:29:15 -06:00
parent bd453de757
commit 7635568f29
1 changed files with 0 additions and 1 deletions

View File

@ -446,7 +446,6 @@ struct hb_font_t
{
*x = get_glyph_h_advance (glyph) / 2;
/* TODO cache this somehow?! */
hb_font_extents_t extents;
get_h_extents_with_fallback (&extents);
*y = extents.ascender;