unneeded change

This commit is contained in:
Mitchell Livingston 2007-01-26 04:44:47 +00:00
parent d6683cc350
commit 8d89e4f148
1 changed files with 0 additions and 3 deletions

View File

@ -670,10 +670,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
[self performSelectorOnMainThread: @selector(openFilesWithDict:) withObject: dictionary waitUntilDone: NO];
}
else
{
[[dictionary objectForKey: @"Filenames"] release];
[dictionary release];
}
}
- (void) openFilesWithDict: (NSDictionary *) dictionary