Skip to content

Commit 1aa2126

Browse files
committed
Remove unneeded method definition
1 parent e71efb7 commit 1aa2126

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Source/NSKeyValueObserving.m

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,13 +1325,6 @@ - (void) removeObserver: (NSObject*)anObserver
13251325
[iLock unlock];
13261326
}
13271327

1328-
- (void) removeObserver: (NSObject*)anObserver
1329-
fromObjectsAtIndexes: (NSIndexSet *)indexes
1330-
forKeyPath: (NSString*)aPath
1331-
context: (void *)context
1332-
{
1333-
}
1334-
13351328
@end
13361329

13371330
@implementation NSKeyValueObservationForwarder

0 commit comments

Comments
 (0)