diff --git a/src/hb-ot-font.cc b/src/hb-ot-font.cc index 825b30853..0c30d5764 100644 --- a/src/hb-ot-font.cc +++ b/src/hb-ot-font.cc @@ -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; }