Final wxPython4 warning fixed that arose from an unused overwritten function.

This commit is contained in:
Cas Cremers 2020-10-27 23:51:42 +01:00
parent 7c5bdc431c
commit f68d52fba5

View File

@ -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.
#---------------------------------------------------------------------------