Remove unneeded method definition

This commit is contained in:
Gregory John Casamento 2023-10-01 19:14:04 -04:00
parent 48ccee0beb
commit dbc71df600

View file

@ -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