#2592 remove swarm speed from the mac ui

This commit is contained in:
Mitchell Livingston
2009-11-22 00:50:38 +00:00
parent 9add3fe570
commit fbf0e3a99a
3 changed files with 34 additions and 127 deletions

View File

@@ -348,7 +348,6 @@ typedef enum
[fStateField setStringValue: @""];
[fProgressField setStringValue: @""];
[fSwarmSpeedField setStringValue: @""];
[fErrorMessageView setString: @""];
[fErrorMessageView setSelectable: NO];
@@ -1417,7 +1416,6 @@ typedef enum
[fProgressField setStringValue: [NSString localizedStringWithFormat: @"%.2f%%", 100.0 * [torrent progress]]];
[fRatioField setStringValue: [NSString stringForRatio: [torrent ratio]]];
[fSwarmSpeedField setStringValue: [torrent isActive] ? [NSString stringForSpeed: [torrent swarmSpeed]] : @""];
NSString * errorMessage = [torrent errorMessage];
if (![errorMessage isEqualToString: [fErrorMessageView string]])