Justin Mecham
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>
@@ -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