Removed unnecessary variable

CQTexperiment
Chris Moeller 2013-10-10 03:41:59 -07:00
parent 3e057adf56
commit cade82ee64
1 changed files with 0 additions and 2 deletions

View File

@ -68,8 +68,6 @@
[dict setObject:[NSString stringWithUTF8String:genre.toCString(true)] forKey:@"genre"];
}
NSString *imageCacheTag = [NSString stringWithFormat:@"%@-%@-%@-%@", [dict objectForKey:@"album"], [dict objectForKey:@"artist"], [dict objectForKey:@"genre"], [dict objectForKey:@"year"]];
// Try to load the image.
NSData * image = nil;