mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
Remove unneeded method
This commit is contained in:
parent
647076cb8a
commit
786b48dd1b
1 changed files with 0 additions and 6 deletions
|
@ -168,12 +168,6 @@
|
|||
return f;
|
||||
}
|
||||
|
||||
- (NSArray*) arrangeObjects: (NSArray*)obj
|
||||
{
|
||||
NSArray *temp = obj;
|
||||
return [temp sortedArrayUsingDescriptors: _sortDescriptors];
|
||||
}
|
||||
|
||||
- (NSTreeNode *) arrangedObjects
|
||||
{
|
||||
if (_arranged_objects == nil)
|
||||
|
|
Loading…
Reference in a new issue