From 56d12e0356bee5a95b870dfbc2100b8caeb5d593 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 16 May 2011 16:01:58 -0400 Subject: [PATCH] Remove unnecessary TODO item --- src/hb-ft.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hb-ft.cc b/src/hb-ft.cc index a9186f8..aef7e6f 100644 --- a/src/hb-ft.cc +++ b/src/hb-ft.cc @@ -142,7 +142,6 @@ hb_ft_get_kerning (hb_font_t *font HB_UNUSED, FT_Face ft_face = (FT_Face) font_data; FT_Vector kerning; - /* TODO: Kern type? */ if (FT_Get_Kerning (ft_face, left_glyph, right_glyph, FT_KERNING_DEFAULT, &kerning)) return; -- 2.7.4