mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
Add removeSelectionIndexPaths:
This commit is contained in:
parent
4ddce03859
commit
2ba9843537
1 changed files with 1 additions and 0 deletions
|
@ -359,6 +359,7 @@
|
|||
- (void) removeSelectionIndexPaths: (NSArray*)indexPaths
|
||||
{
|
||||
// FIXME
|
||||
[self removeObjectsAtArrangedObjectIndexPaths: indexPaths];
|
||||
}
|
||||
|
||||
- (void) setAlwaysUsesMultipleValuesMarker: (BOOL)flag
|
||||
|
|
Loading…
Reference in a new issue