mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:10:48 +00:00
Minor update, remove redundant setSelected: calls
This commit is contained in:
parent
2148c2ba92
commit
30c2f1da6b
1 changed files with 0 additions and 3 deletions
|
@ -2015,7 +2015,6 @@ static NSString *_placeholderItem = nil;
|
|||
{
|
||||
NSIndexPath *p = [_itemsToIndexPaths objectForKey: obj];
|
||||
|
||||
[obj setSelected: NO];
|
||||
[paths addObject: p];
|
||||
}
|
||||
END_FOR_IN(_itemsToIndexPaths);
|
||||
|
@ -2032,7 +2031,6 @@ static NSString *_placeholderItem = nil;
|
|||
{
|
||||
id item = [_indexPathsToItems objectForKey: p];
|
||||
|
||||
[item setSelected: YES];
|
||||
[paths addObject: p];
|
||||
}
|
||||
END_FOR_IN(indexPaths);
|
||||
|
@ -2048,7 +2046,6 @@ static NSString *_placeholderItem = nil;
|
|||
{
|
||||
id item = [_indexPathsToItems objectForKey: p];
|
||||
|
||||
[item setSelected: NO];
|
||||
[newSelection removeObject: p];
|
||||
}
|
||||
END_FOR_IN(indexPaths);
|
||||
|
|
Loading…
Reference in a new issue