Revert "Merge branch 'nolanw-request-delegate-gets-failed-auth-challenge'"

This reverts commit d6510d963f, reversing
changes made to a1e2061106.
This commit is contained in:
Blake Watters
2012-01-09 19:53:23 -05:00
parent 722d08095b
commit 89a4e579fd
2 changed files with 6 additions and 14 deletions

View File

@@ -469,9 +469,4 @@ typedef enum {
*/
- (void)requestDidTimeout:(RKRequest *)request;
/**
* Sent when a request fails authentication
*/
- (void)request:(RKRequest *)request didFailAuthenticationChallenge:(NSURLAuthenticationChallenge *)challenge;
@end