1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-03 18:25:35 +00:00

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

View file

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