eliminate some redundant open methods

This commit is contained in:
Mitchell Livingston
2008-01-10 16:46:15 +00:00
parent b0cf977624
commit 5b54605822
3 changed files with 8 additions and 19 deletions

View File

@@ -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")];