mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 17:52:42 +00:00
Remove useless else
This commit is contained in:
parent
0ccdb278d4
commit
586d207066
1 changed files with 1 additions and 5 deletions
|
@ -771,11 +771,7 @@
|
|||
forControllerId: (NSString *)identifier
|
||||
{
|
||||
BOOL processed = [self isProcessedDocument: xml];
|
||||
if (processed)
|
||||
{
|
||||
return; // don't processed the document again
|
||||
}
|
||||
else // Get the controller... there is only one per scene.
|
||||
if (!processed)
|
||||
{
|
||||
NSArray *array = [xml nodesForXPath: @"//objects[1]"
|
||||
error: NULL];
|
||||
|
|
Loading…
Reference in a new issue