Skip to content

Commit 358b57c

Browse files
authored
[iOS] Remove a redundant detachHandlerWithTag definition (#4132)
## Description Removes redundant `detachHandlerWithTag` definition, which was never used and never implemented. Most likely a result of a merge commit. ## Test plan Compile the app
1 parent 3d994d3 commit 358b57c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/react-native-gesture-handler/apple/RNGestureHandlerRegistry.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
toView:(nonnull RNGHUIView *)view
1717
withActionType:(RNGestureHandlerActionType)actionType
1818
withHostDetector:(nullable RNGHUIView *)hostDetector;
19-
- (void)detachHandlerWithTag:(nonnull NSNumber *)handlerTag;
2019
- (void)detachHandlerWithTag:(nonnull NSNumber *)handlerTag fromHostDetector:(nonnull RNGHUIView *)hostDetectorView;
2120
- (void)dropHandlerWithTag:(nonnull NSNumber *)handlerTag;
2221
- (void)dropAllHandlers;

0 commit comments

Comments
 (0)