[TTGlyphPen] Don't explicitly relcalc glyph bounds

There's no need to do this explicitly; it happens during the calls to
compile().
This commit is contained in:
James Godfrey-Kittle 2015-11-05 15:13:43 -08:00
parent 0b3b83f765
commit 1bff12f311

View File

@ -27,7 +27,6 @@ class TTGlyphPenTest(unittest.TestCase):
oldGlyph = oldGlyph._glyph
newGlyph = pen.glyph()
newGlyph.recalcBounds(glyfTable)
if hasattr(oldGlyph, 'program'):
newGlyph.program = oldGlyph.program