Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit 873b3a6

Browse files
committed
nit: remove unused RCTView method
1 parent 79918e7 commit 873b3a6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

React/Views/RCTView.m

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,6 @@ - (BOOL)isFlipped
182182

183183
- (void)drawRect:(__unused NSRect)dirtyRect {}
184184

185-
- (BOOL)wantsDefaultClipping
186-
{
187-
return self.clipsToBounds;
188-
}
189-
190185
- (void)setCursor:(RCTCursor)cursor
191186
{
192187
_cursor = cursor;

0 commit comments

Comments
 (0)