Remove uneeded item object

This commit is contained in:
Gregory John Casamento 2023-02-12 15:32:21 -05:00
parent 30c2f1da6b
commit 95c7e31ccb

View file

@ -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);