Remove an unused call to -callbacksForURL:.

We don't currently signal cancellation via a callback.
This commit is contained in:
Jon Parise 2013-06-27 09:48:34 -07:00
parent 8a95ce759c
commit 4a4e496171
1 changed files with 0 additions and 1 deletions

View File

@ -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];