mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Remove strange comment, per review
This commit is contained in:
parent
e1fa590102
commit
d4d60dd5de
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue