mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-22 13:12:33 +00:00
Remove all extraneous implementation from concrete classes
This commit is contained in:
parent
dc89404f25
commit
e97ecd6e03
2 changed files with 28 additions and 430 deletions
|
@ -1432,10 +1432,9 @@ static SEL rlSel;
|
|||
}
|
||||
}
|
||||
|
||||
- (void)replaceObjectAtIndex:(NSUInteger)index
|
||||
- (void)replaceObjectAtIndex:(NSUInteger)index // required override...
|
||||
withObject:(id)object
|
||||
{
|
||||
// required override...
|
||||
[self subclassResponsibility: _cmd];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue