mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
eliminate some redundant open methods
This commit is contained in:
@@ -759,6 +759,7 @@ typedef enum
|
||||
break;
|
||||
}
|
||||
|
||||
#warning redo
|
||||
NSMutableArray * peerStatusArray = [NSMutableArray arrayWithCapacity: 2];
|
||||
if ([[peer objectForKey: @"PeerChoked"] boolValue])
|
||||
[peerStatusArray addObject: NSLocalizedString(@"Refusing to send data to peer", "Inspector -> peer -> status")];
|
||||
|
||||
Reference in New Issue
Block a user