Remove redundant line
It should have been removed in #4792d7419cd44a6fb3988b760b87dcb494db8488
This commit is contained in:
parent
4792d7419c
commit
db1773af5d
@ -147,7 +147,6 @@ class NamedInstance(object):
|
||||
def __init__(self):
|
||||
self.nameID = 0
|
||||
self.flags = 0 # not exposed in XML because spec defines no values
|
||||
self.flags = 0
|
||||
self.coordinates = {}
|
||||
|
||||
def compile(self, axisTags):
|
||||
|
Loading…
x
Reference in New Issue
Block a user