mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 03:00:37 +00:00
Quick fix. Remove unecessary warning about storyboard in NSApplicationMain function
This commit is contained in:
parent
63b231ded6
commit
b5ecb4e490
2 changed files with 5 additions and 4 deletions
|
@ -112,10 +112,6 @@ NSApplicationMain(int argc, const char **argv)
|
|||
[storyboard instantiateInitialController];
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
NSLog(@"Storyboard is blank or nil, unable to load.");
|
||||
}
|
||||
}
|
||||
|
||||
RECREATE_AUTORELEASE_POOL(pool);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue