[mtiLib] Don't set LookupType

Not needed.  That comes from the class.
This commit is contained in:
Behdad Esfahbod 2016-01-13 17:42:56 +00:00
parent c3cb356e7f
commit 14eb194644

View File

@ -791,7 +791,6 @@ def parseLookup(lines, tableTag, font, lookupMap=None):
with lines.until(('% subtable', 'subtable end')):
while lines.peek():
subtable = ot.lookupTypes[tableTag][lookup.LookupType]()
subtable.LookupType = lookup.LookupType
parseLookupSubTable(subtable, lines, font, lookupMap)
subtables.append(subtable)
if lines.peek() and lines.peek()[0] in ('% subtable', 'subtable end'):