From dbc71df6008edc1c9226208d892d819b88d29bb8 Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Sun, 1 Oct 2023 19:14:04 -0400 Subject: [PATCH] Remove unneeded method definition --- Source/NSKeyValueObserving.m | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Source/NSKeyValueObserving.m b/Source/NSKeyValueObserving.m index 1e2741464..e80221ddd 100644 --- a/Source/NSKeyValueObserving.m +++ b/Source/NSKeyValueObserving.m @@ -1325,13 +1325,6 @@ cifframe_callback(ffi_cif *cif, void *retp, void **args, void *user) [iLock unlock]; } -- (void) removeObserver: (NSObject*)anObserver - fromObjectsAtIndexes: (NSIndexSet *)indexes - forKeyPath: (NSString*)aPath - context: (void *)context -{ -} - @end @implementation NSKeyValueObservationForwarder