Cleanup of unused or commented out methods

This commit is contained in:
Gregory John Casamento 2024-08-08 17:48:16 -04:00
parent 0ab960e6fc
commit 854af0901e
3 changed files with 0 additions and 108 deletions

View file

@ -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];
}
*/
}
/*