Final wxPython4 warning fixed that arose from an unused overwritten function.
This commit is contained in:
parent
7c5bdc431c
commit
f68d52fba5
@ -234,8 +234,9 @@ class ScytherApp(wx.App):
|
||||
|
||||
return True
|
||||
|
||||
def OnExit(self):
|
||||
""" Tear down """
|
||||
#def OnExit(self):
|
||||
# """ Tear down """
|
||||
# # Currently unused, but ought to return the same integer as the base class if overridden.
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user