mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 22:41:56 +00:00
Cleanup of unused or commented out methods
This commit is contained in:
parent
0ab960e6fc
commit
854af0901e
3 changed files with 0 additions and 108 deletions
|
@ -1819,18 +1819,6 @@ Also returns the child index relative to this parent. */
|
|||
|
||||
index = [_selectedRows indexGreaterThanIndex: index];
|
||||
}
|
||||
|
||||
// According to tests and observation, if none of the
|
||||
// objects respond to and we can't get the indices from
|
||||
// the above calculation, then we need return the
|
||||
// root object.
|
||||
/*
|
||||
if ([_selectedIndexPaths count] == 0)
|
||||
{
|
||||
NSIndexPath *path = [NSIndexPath indexPathWithIndex: 1];
|
||||
[_selectedIndexPaths addObject: path];
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue