Cleaning, also fixes disabling idle sleep when torrents are active

This commit is contained in:
Eric Petit
2006-04-05 12:21:16 +00:00
parent 94fd8c9cf6
commit b7a28dd9a1
2 changed files with 10 additions and 5 deletions

View File

@@ -33,7 +33,7 @@
@interface Controller : NSObject
{
tr_handle_t * fLib;
int fCount, fSeeding, fDownloading, fCompleted;
int fCount, fCompleted;
NSMutableArray * fTorrents;
NSToolbar * fToolbar;