Clean up a bunch of unused variables
This commit is contained in:
@@ -629,7 +629,6 @@ class ShipBrowser(wx.Panel):
|
||||
event.Skip()
|
||||
|
||||
def SizeRefreshList(self, event):
|
||||
ewidth, eheight = event.GetSize()
|
||||
self.Layout()
|
||||
self.lpane.Layout()
|
||||
self.lpane.RefreshList(True)
|
||||
@@ -1871,8 +1870,6 @@ class FitItem(SFItem.SFBrowserItem):
|
||||
|
||||
mdc.DrawBitmap(self.shipBmp, self.shipBmpx, self.shipBmpy, 0)
|
||||
|
||||
shipName, shipTrait, fittings, booster, timestamp = self.shipFittingInfo
|
||||
|
||||
mdc.SetFont(self.fontNormal)
|
||||
|
||||
fitDate = time.localtime(self.timestamp)
|
||||
|
||||
Reference in New Issue
Block a user