Remove strange comment, per review

This commit is contained in:
Gregory John Casamento 2022-12-12 06:21:20 -05:00
parent e1fa590102
commit d4d60dd5de

View file

@ -1511,7 +1511,7 @@ static NSString *_placeholderItem = nil;
- (NSIndexPath *) indexPathForItem: (NSCollectionViewItem *)item
{
return [_itemsToIndexPaths objectForKey: item]; // h];
return [_itemsToIndexPaths objectForKey: item];
}
- (NSIndexPath *) indexPathForItemAtPoint: (NSPoint)point