mirror of
https://github.com/transmission/transmission
synced 2024-12-24 16:52:39 +00:00
the remains of one of my experiments snuck in
This commit is contained in:
parent
6ebb14f416
commit
86c03cfab0
1 changed files with 2 additions and 2 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue