[_f_p_g_m] remove writer.newline() as it's now implied by self.program.toXML()

this also applies to table_p_r_e_p
This commit is contained in:
Cosimo Lupo 2017-01-24 17:27:01 +00:00
parent e8527bcb48
commit 0aa086a94b
No known key found for this signature in database
GPG Key ID: B61AAAD0B53A6419

View File

@ -15,7 +15,6 @@ class table__f_p_g_m(DefaultTable.DefaultTable):
def toXML(self, writer, ttFont):
self.program.toXML(writer, ttFont)
writer.newline()
def fromXML(self, name, attrs, content, ttFont):
program = ttProgram.Program()