Skip to content

Commit

Permalink
Remove deprecated RCTImageSource method
Browse files Browse the repository at this point in the history
Reviewed By: majak

Differential Revision: D3755010

fbshipit-source-id: a1c4cfa066c51ec0111378a1b4e08f58b92e6cbd
  • Loading branch information
javache authored and Facebook Github Bot 4 committed Aug 23, 2016
1 parent bfa01f0 commit a718f14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
7 changes: 0 additions & 7 deletions React/Base/RCTImageSource.h
Expand Up @@ -36,13 +36,6 @@

@end

@interface RCTImageSource (Deprecated)

@property (nonatomic, strong, readonly) NSURL *imageURL
__deprecated_msg("Use request.URL instead.");

@end

@interface RCTConvert (ImageSource)

+ (RCTImageSource *)RCTImageSource:(id)json;
Expand Down
10 changes: 0 additions & 10 deletions React/Base/RCTImageSource.m
Expand Up @@ -48,16 +48,6 @@ - (BOOL)isEqual:(RCTImageSource *)object

@end


@implementation RCTImageSource (Deprecated)

- (NSURL *)imageURL
{
return self.request.URL;
}

@end

@implementation RCTConvert (ImageSource)

+ (RCTImageSource *)RCTImageSource:(id)json
Expand Down

0 comments on commit a718f14

Please sign in to comment.