Remove warning about xcode 5 XIB files

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@40423 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2017-03-27 21:19:32 +00:00
parent f115d64694
commit da3e841bf6

View file

@ -57,7 +57,6 @@
error:NULL];
if ([documentNodes count] > 0)
{
NSWarnMLog(@"This is an XCode 5 XIB file.");
return nil;
}
else