don't store a copy of the pieces view's background - regenerate it when needed instead

This commit is contained in:
Mitchell Livingston
2009-10-18 01:54:13 +00:00
parent 94627c81f3
commit c0c6a4f6b7
3 changed files with 15 additions and 21 deletions

View File

@@ -30,7 +30,6 @@
{
int8_t * fPieces;
NSImage * fBack;
NSColor * fGreenAvailabilityColor, * fBluePieceColor;
Torrent * fTorrent;