From 668e0ff0b9e35442309fa1befb04af27f8433d9e Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Thu, 9 Dec 2010 18:13:02 +0200 Subject: [PATCH] Cleanup in shipbrowser.FitItem.OnPaint - removed useless code --- gui/shipBrowser.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/gui/shipBrowser.py b/gui/shipBrowser.py index 502878185..4a43b3da8 100644 --- a/gui/shipBrowser.py +++ b/gui/shipBrowser.py @@ -1508,9 +1508,6 @@ class FitItem(wx.Window): rect = self.GetRect() windowColor = wx.SystemSettings_GetColour(wx.SYS_COLOUR_WINDOW) - gStart = colorUtils.GetSuitableColor(windowColor, 0.2) - gMid = colorUtils.GetSuitableColor(windowColor, 0.55) - gEnd = windowColor textColor = colorUtils.GetSuitableColor(windowColor, 1) mdc = wx.BufferedPaintDC(self)