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 @@
@synthesize requestDidFinishSelector;
@synthesize requestDidFailSelector;
@synthesize queueDidFinishSelector;
@synthesize shouldCancelAllRequestsOnFailure;
@synthesize delegate;
@synthesize showAccurateProgress;
... ...