Remove an unused call to -callbacksForURL:.
We don't currently signal cancellation via a callback.
This commit is contained in:
parent
8a95ce759c
commit
4a4e496171
|
@ -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