[CFF2ToCFF] Remove wrong and unnecessary argument

This had no effect though, since file is None.
This commit is contained in:
Behdad Esfahbod 2024-05-27 16:05:24 -06:00
parent 4360969baa
commit 87ae6ba224

View File

@ -32,7 +32,7 @@ def _convertCFF2ToCFF(cff, otFont):
cff.major = 1 cff.major = 1
topDictData = TopDictIndex(None, isCFF2=True) topDictData = TopDictIndex(None)
for item in cff.topDictIndex: for item in cff.topDictIndex:
# Iterate over, such that all are decompiled # Iterate over, such that all are decompiled
topDictData.append(item) topDictData.append(item)