Merge pull request #436 from jparise/unused-callbacksForURL
Remove an unused call to -callbacksForURL:.
This commit is contained in:
commit
834ffada11
|
@ -151,7 +151,6 @@ static NSString *const kCompletedCallbackKey = @"completed";
|
|||
{
|
||||
if (!wself) return;
|
||||
SDWebImageDownloader *sself = wself;
|
||||
[sself callbacksForURL:url];
|
||||
[sself removeCallbacksForURL:url];
|
||||
}];
|
||||
[wself.downloadQueue addOperation:operation];
|
||||
|
|
Loading…
Reference in New Issue