the remains of one of my experiments snuck in

This commit is contained in:
Mitchell Livingston 2007-07-01 05:24:42 +00:00
parent 6ebb14f416
commit 86c03cfab0
1 changed files with 2 additions and 2 deletions

View File

@ -161,8 +161,8 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
{
fLib = tr_init("macosx");
fTorrents = [[[NSMutableArray alloc] init] retain];
fDisplayedTorrents = [[[NSMutableArray alloc] init] retain];
fTorrents = [[NSMutableArray alloc] init];
fDisplayedTorrents = [[NSMutableArray alloc] init];
fPendingTorrentDownloads = [[NSMutableDictionary alloc] init];
fDefaults = [NSUserDefaults standardUserDefaults];