diff --git a/Lib/fontTools/ttLib/tables/_g_l_y_f.py b/Lib/fontTools/ttLib/tables/_g_l_y_f.py index 290428ae6..6b8e683c6 100644 --- a/Lib/fontTools/ttLib/tables/_g_l_y_f.py +++ b/Lib/fontTools/ttLib/tables/_g_l_y_f.py @@ -349,8 +349,6 @@ class table__g_l_y_f(DefaultTable.DefaultTable): into "hmtx" and "vmtx" tables if desired. (see the "getPhantomPoints" method). """ - # TODO: Create new glyph if not already present - assert glyphName in self.glyphs glyph = self[glyphName] # Handle phantom points for (left, right, top, bottom) positions.