diff --git a/React/Views/ScrollView/RCTScrollView.m b/React/Views/ScrollView/RCTScrollView.m index 49f175d670451d..6fad425d036d03 100644 --- a/React/Views/ScrollView/RCTScrollView.m +++ b/React/Views/ScrollView/RCTScrollView.m @@ -339,21 +339,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]; @@ -538,21 +523,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];