Quick fix. Remove unecessary warning about storyboard in NSApplicationMain function

This commit is contained in:
Gregory John Casamento 2021-04-23 07:04:47 -04:00
parent 63b231ded6
commit b5ecb4e490
2 changed files with 5 additions and 4 deletions

View file

@ -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.

View file

@ -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);