Add removeSelectionIndexPaths:

This commit is contained in:
Gregory John Casamento 2024-07-12 09:42:26 -04:00
parent 4ddce03859
commit 2ba9843537

View file

@ -359,6 +359,7 @@
- (void) removeSelectionIndexPaths: (NSArray*)indexPaths
{
// FIXME
[self removeObjectsAtArrangedObjectIndexPaths: indexPaths];
}
- (void) setAlwaysUsesMultipleValuesMarker: (BOOL)flag