mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 10:01:14 +00:00
Simplify. Remove unneeded call to method to retrieve controllerId in processSegues... method
This commit is contained in:
parent
707a6b4c7e
commit
fd14a3c591
1 changed files with 1 additions and 2 deletions
|
@ -766,12 +766,11 @@
|
|||
NSArray *array = [xml nodesForXPath: @"//objects[1]"
|
||||
error: NULL];
|
||||
NSXMLElement *objects = [array objectAtIndex: 0]; // get the "objects" section
|
||||
NSString *src = [self controllerIdWithDocument: xml];
|
||||
NSArray *connectionsArray = [xml nodesForXPath: @"//connections"
|
||||
error: NULL];
|
||||
NSMapTable *mapTable = [self processConnections: connectionsArray
|
||||
withObjects: objects
|
||||
controllerId: src];
|
||||
controllerId: identifier];
|
||||
[_identifierToSegueMap setObject: mapTable
|
||||
forKey: identifier];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue