Remove tautology
This commit is contained in:
parent
3871537abd
commit
4fb666fee9
@ -943,7 +943,6 @@ def addFvar(font, axes, instances):
|
|||||||
inst = NamedInstance()
|
inst = NamedInstance()
|
||||||
inst.subfamilyNameID = nameTable.addMultilingualName(name, ttFont=font)
|
inst.subfamilyNameID = nameTable.addMultilingualName(name, ttFont=font)
|
||||||
if psname is not None:
|
if psname is not None:
|
||||||
psname = psname
|
|
||||||
inst.postscriptNameID = nameTable.addName(psname)
|
inst.postscriptNameID = nameTable.addName(psname)
|
||||||
inst.coordinates = coordinates
|
inst.coordinates = coordinates
|
||||||
fvar.instances.append(inst)
|
fvar.instances.append(inst)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user