Removed an useless statement in bultinViewColumns.tracking

This commit is contained in:
HomeWorld
2010-12-07 15:12:21 +02:00
parent e3d4993854
commit 95edfb5496

View File

@@ -38,7 +38,6 @@ class Tracking(ViewColumn):
if params["showIcon"]:
iconFile = info.icon.iconFile if info.icon else None
if iconFile:
bitmap = bitmapLoader.getBitmap(iconFile, "pack")
self.imageId = fittingView.imageList.GetImageIndex(iconFile, "pack")
else:
self.imageId = -1