Remove unneeded method

This commit is contained in:
Gregory John Casamento 2024-06-28 09:45:41 -04:00
parent 647076cb8a
commit 786b48dd1b

View file

@ -168,12 +168,6 @@
return f;
}
- (NSArray*) arrangeObjects: (NSArray*)obj
{
NSArray *temp = obj;
return [temp sortedArrayUsingDescriptors: _sortDescriptors];
}
- (NSTreeNode *) arrangedObjects
{
if (_arranged_objects == nil)