Revert "Let ASMultiplexImageNode skip failed image identifiers"

This commit is contained in:
Nadine Salter
2015-02-09 16:35:38 -08:00
parent 8848c0db92
commit 3b8f275a2a
2 changed files with 8 additions and 23 deletions

View File

@@ -68,11 +68,6 @@ typedef NS_ENUM(NSUInteger, ASMultiplexImageNodeErrorCode) {
*/
@property (nonatomic, readwrite, assign) BOOL downloadsIntermediateImages;
/**
* @abstract Indicates that the receiver should stop loading if it encounters an error while loading an intermediate image identifier. Defaults to NO.
*/
@property (nonatomic, readwrite, assign) BOOL haltsLoadingOnError;
/**
* @abstract An array of identifiers representing various versions of an image for ASMultiplexImageNode to display.
*