diff --git a/macosx/FilePriorityCell.m b/macosx/FilePriorityCell.m index 7e6ae784f..0276c4e17 100644 --- a/macosx/FilePriorityCell.m +++ b/macosx/FilePriorityCell.m @@ -98,7 +98,6 @@ fMixedImage = [NSImage imageNamed: @"PriorityMixed.png"]; image = fMixedImage; } - else if ([priorities containsObject: [NSNumber numberWithInt: TR_PRI_NORMAL]]) { if (!fNormalImage)