mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 16:10:48 +00:00
Eliminate connObj.
This commit is contained in:
parent
39b82a024f
commit
8daa604408
1 changed files with 1 additions and 2 deletions
|
@ -720,9 +720,8 @@
|
|||
{
|
||||
NSMapTable *mapTable = [NSMapTable strongToWeakObjectsMapTable];
|
||||
|
||||
FOR_IN (NSXMLElement*, connObj, connectionsArray)
|
||||
FOR_IN (NSXMLElement*, connections, connectionsArray)
|
||||
{
|
||||
NSXMLElement *connections = (NSXMLElement *)connObj;
|
||||
NSArray *children = [connections children]; // there should be only one per set.
|
||||
|
||||
FOR_IN (id, obj, children)
|
||||
|
|
Loading…
Reference in a new issue