diff --git a/React/Views/ScrollView/RCTScrollView.m b/React/Views/ScrollView/RCTScrollView.m index 43d9bc3c828827..ae75e3b4bac757 100644 --- a/React/Views/ScrollView/RCTScrollView.m +++ b/React/Views/ScrollView/RCTScrollView.m @@ -333,21 +333,6 @@ - (void)didMoveToWindow #endif // TODO(macOS GH#774) #if TARGET_OS_OSX // [TODO(macOS GH#774) -- (BOOL)canBecomeFirstResponder -{ - return YES; -} - -- (BOOL)becomeFirstResponder -{ - return YES; -} - -- (BOOL)resignFirstResponder -{ - return YES; -} - - (void)setAccessibilityLabel:(NSString *)accessibilityLabel { [super setAccessibilityLabel:accessibilityLabel]; @@ -532,21 +517,6 @@ - (RCTUIView *)contentView // TODO(macOS ISS#3536887) return _scrollView.documentView; } -- (BOOL)canBecomeFirstResponder -{ - return [_scrollView canBecomeFirstResponder]; -} - -- (BOOL)becomeFirstResponder -{ - return [_scrollView becomeFirstResponder]; -} - -- (BOOL)resignFirstResponder -{ - return [_scrollView resignFirstResponder]; -} - - (void)setAccessibilityLabel:(NSString *)accessibilityLabel { [_scrollView setAccessibilityLabel:accessibilityLabel];