Remove stale comment

This commit is contained in:
Behdad Esfahbod 2013-09-27 16:38:39 -04:00
parent 043108cbdb
commit 9255d33f04

View File

@ -1147,8 +1147,6 @@ def remapComponentsFast(self, indices):
@_add_method(ttLib.getTableClass('glyf'))
def closure_glyphs(self, s):
decompose = s.glyphs
# I don't know if component glyphs can be composite themselves.
# We handle them anyway.
while True:
components = set()
for g in decompose: