Remove reference to method we are not implementing at this point

This commit is contained in:
Gregory John Casamento 2023-09-15 15:15:10 -04:00
parent 788606f424
commit f73efa4f89

View file

@ -1325,13 +1325,6 @@ cifframe_callback(ffi_cif *cif, void *retp, void **args, void *user)
[iLock unlock];
}
- (void)removeObserver:(NSObject *)observer
fromObjectsAtIndexes:(NSIndexSet *)indexes
forKeyPath:(NSString *)keyPath
context:(void *)context
{
}
@end
@implementation NSKeyValueObservationForwarder