mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
Remove uneeded item object
This commit is contained in:
parent
30c2f1da6b
commit
95c7e31ccb
1 changed files with 0 additions and 4 deletions
|
@ -2029,8 +2029,6 @@ static NSString *_placeholderItem = nil;
|
|||
|
||||
FOR_IN (NSIndexPath*, p, indexPaths)
|
||||
{
|
||||
id item = [_indexPathsToItems objectForKey: p];
|
||||
|
||||
[paths addObject: p];
|
||||
}
|
||||
END_FOR_IN(indexPaths);
|
||||
|
@ -2044,8 +2042,6 @@ static NSString *_placeholderItem = nil;
|
|||
|
||||
FOR_IN (NSIndexPath*, p, indexPaths)
|
||||
{
|
||||
id item = [_indexPathsToItems objectForKey: p];
|
||||
|
||||
[newSelection removeObject: p];
|
||||
}
|
||||
END_FOR_IN(indexPaths);
|
||||
|
|
Loading…
Reference in a new issue