Remove useless code

This commit is contained in:
cncfanatics
2010-08-25 21:27:56 +02:00
parent 16d3ba3e85
commit 8c820e6217

View File

@@ -111,7 +111,6 @@ class FitMultiSwitch(wx.Notebook):
def processRemove(self, event):
fitID = event.fitID
cFit = controller.Fit.getInstance()
for i in xrange(self.GetPageCount() - 2, -1, -1):
view = self.GetPage(i).view
if view.activeFitID == fitID: