remove a few duplicate calls

This commit is contained in:
Mitchell Livingston 2007-06-21 23:33:17 +00:00
parent 6d55430138
commit 153841a68c
1 changed files with 0 additions and 4 deletions

View File

@ -216,9 +216,6 @@
[fDateCompletedField setStringValue: @""];
[fDateActivityField setStringValue: @""];
[fPiecesControl setEnabled: NO];
[fPiecesView setTorrent: nil];
[fPiecesControl setSelected: NO forSegment: PIECES_CONTROL_AVAILABLE];
[fPiecesControl setSelected: NO forSegment: PIECES_CONTROL_PROGRESS];
[fPiecesControl setEnabled: NO];
@ -291,7 +288,6 @@
[fPiecesControl setSelected: piecesAvailableSegment forSegment: PIECES_CONTROL_AVAILABLE];
[fPiecesControl setSelected: !piecesAvailableSegment forSegment: PIECES_CONTROL_PROGRESS];
[fPiecesControl setEnabled: YES];
[fPiecesView setTorrent: torrent];
//set file table