mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 09:51:08 +00:00
Minor cleanup
This commit is contained in:
parent
c486e7c14d
commit
f04f8536ec
1 changed files with 2 additions and 3 deletions
|
@ -55,12 +55,11 @@
|
|||
|
||||
if (self != nil)
|
||||
{
|
||||
NSMutableArray *mutableRows = [rows mutableCopy];
|
||||
FOR_IN(NSMutableArray*, array, mutableRows)
|
||||
FOR_IN(NSMutableArray*, array, rows)
|
||||
{
|
||||
[_rows addObject: array];
|
||||
}
|
||||
END_FOR_IN(mutableRows);
|
||||
END_FOR_IN(rows);
|
||||
}
|
||||
|
||||
return self;
|
||||
|
|
Loading…
Reference in a new issue