Remove now unneeded tweak for the wxFontInfo ctor

This commit is contained in:
Robin Dunn
2020-05-14 16:52:16 -07:00
parent 213c68352d
commit 8dba98cdc3

View File

@@ -35,8 +35,6 @@ def run():
c = module.find('wxFontInfo')
assert isinstance(c, etgtools.ClassDef)
ctor = c.find('wxFontInfo').findOverload('T pointSize')
ctor.find('pointSize').type = 'float'
c = module.find('wxFont')
assert isinstance(c, etgtools.ClassDef)