Committed by
Ben Copsey
Removed a duplicate synthesized property that was causing a compile error in some circumstances.
Signed-off-by: Ben Copsey <ben@allseeing-i.com>
Showing
1 changed file
with
0 additions
and
1 deletions
@@ -306,7 +306,6 @@ | @@ -306,7 +306,6 @@ | ||
306 | @synthesize requestDidFinishSelector; | 306 | @synthesize requestDidFinishSelector; |
307 | @synthesize requestDidFailSelector; | 307 | @synthesize requestDidFailSelector; |
308 | @synthesize queueDidFinishSelector; | 308 | @synthesize queueDidFinishSelector; |
309 | -@synthesize shouldCancelAllRequestsOnFailure; | ||
310 | @synthesize delegate; | 309 | @synthesize delegate; |
311 | @synthesize showAccurateProgress; | 310 | @synthesize showAccurateProgress; |
312 | 311 |
-
Please register or login to post a comment