Clean up a bunch of unused variables

This commit is contained in:
Ebag333
2017-02-09 00:22:14 -08:00
parent f61aeb8285
commit f2c84692a9
9 changed files with 5 additions and 18 deletions

View File

@@ -50,7 +50,6 @@ class AmountChanger(wx.Dialog):
self.button.Bind(wx.EVT_BUTTON, self.change)
def change(self, event):
sFit = Fit.getInstance()
if self.input.GetLineText(0).strip() == '':
event.Skip()
return