remove redundant copy and a deprecated method

This commit is contained in:
Mitchell Livingston 2009-08-29 23:13:04 +00:00
parent 7cda4c5b1c
commit f4926170f1
1 changed files with 1 additions and 4 deletions

View File

@ -84,10 +84,7 @@
[[self window] setTitle: name]; [[self window] setTitle: name];
[fNameField setStringValue: name]; [fNameField setStringValue: name];
NSImage * icon = [[fTorrent icon] copy]; [fIconView setImage: [fTorrent icon]];
[icon setFlipped: NO];
[fIconView setImage: icon];
[icon release];
[self updateStatusField: nil]; [self updateStatusField: nil];