From 9376e7a93096b6eff1872063823278a569dbfdb0 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 24 Dec 2022 10:31:30 -0700 Subject: [PATCH] [ft] Remove stale TODO --- src/hb-ft.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/hb-ft.cc b/src/hb-ft.cc index 1468150aa..66d6d841e 100644 --- a/src/hb-ft.cc +++ b/src/hb-ft.cc @@ -831,7 +831,7 @@ hb_ft_paint_glyph (hb_font_t *font, hb_lock_t lock (ft_font->lock); FT_Face ft_face = ft_font->ft_face; - /* We release the lock before calling into glyph callback, such that + /* We release the lock before calling into glyph callbacks, such that * eg. draw API can call back into the face.*/ if (unlikely (FT_Load_Glyph (ft_face, gid, @@ -891,8 +891,6 @@ hb_ft_paint_glyph (hb_font_t *font, return; } - - /* TODO Support image, COLRv0/1. */ } #endif