some cleanup of the pieces view code

This commit is contained in:
Mitchell Livingston
2008-06-10 20:15:00 +00:00
parent 493d0fa474
commit 658881a93b
2 changed files with 21 additions and 36 deletions

View File

@@ -1146,7 +1146,6 @@ typedef enum
[fPiecesControl setSelected: !available forSegment: PIECES_CONTROL_PROGRESS];
[[NSUserDefaults standardUserDefaults] setBool: available forKey: @"PiecesViewShowAvailability"];
[fPiecesView clearView];
[fPiecesView updateView];
}