mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +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
|
@ -1,3 +1,8 @@
|
|||
2021-04-23 Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Source/Functions.m: QuickFix. Remove unecessary warning
|
||||
about storyboard in NSApplicationMain function.
|
||||
|
||||
2021-03-29 Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Source/NSGridView.[hm]: Add implementation of NSGridView.
|
||||
|
|
|
@ -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…
Reference in a new issue