Fix compilation issue, comment out temporary code in _selectWithEvent:indexPath:

This commit is contained in:
Gregory John Casamento 2022-09-06 02:51:50 -04:00
parent eeb8718452
commit 3ea04c0e36

View file

@ -943,6 +943,7 @@ static NSString *placeholderItem = nil;
- (void) _selectWithEvent: (NSEvent *)theEvent indexPath: (NSIndexPath *)index
{
/*
NSMutableIndexSet *currentIndexSet = [[NSMutableIndexSet alloc] initWithIndexSet: [self selectionIndexes]];
if (_isSelectable && ((index < [_items count]) || index < [_visibleItems count]))
@ -995,6 +996,7 @@ static NSString *placeholderItem = nil;
[self setSelectionIndexes: [NSIndexSet indexSet]];
}
RELEASE (currentIndexSet);
*/
}