Fabric: Removing -[RCTSurfacePresenter bridge_DO_NOT_USE]

Summary: Luckly, it's not being used anymore.

Reviewed By: JoshuaGross, mdvacca

Differential Revision: D15219260

fbshipit-source-id: 4baf2ae0a58fe7f515a7570dafe400305c17c6b7
This commit is contained in:
Valentin Shergin
2019-05-06 17:01:14 -07:00
committed by Facebook Github Bot
parent fb85e90487
commit a6d4bceca4
2 changed files with 0 additions and 18 deletions

View File

@@ -84,15 +84,6 @@ NS_ASSUME_NONNULL_BEGIN
@end
@interface RCTSurfacePresenter (Deprecated)
/**
* Returns a underlying bridge.
*/
- (RCTBridge *)bridge_DO_NOT_USE;
@end
@interface RCTBridge (Deprecated)
@property (nonatomic) RCTSurfacePresenter *surfacePresenter;

View File

@@ -406,15 +406,6 @@ using namespace facebook::react;
@end
@implementation RCTSurfacePresenter (Deprecated)
- (RCTBridge *)bridge_DO_NOT_USE
{
return _bridge;
}
@end
@implementation RCTBridge (Deprecated)
- (void)setSurfacePresenter:(RCTSurfacePresenter *)surfacePresenter