Removed the usage report from sgv when it fails to load a file.

This commit is contained in:
Robert Osfield
2002-11-08 08:45:30 +00:00
parent ccd208422f
commit a0d2808b92

View File

@@ -131,7 +131,6 @@ int main( int argc, char **argv )
osg::Node* rootnode = osgDB::readNodeFiles(commandLine);
if (!rootnode)
{
write_usage(osg::notify(osg::NOTICE),argv[0]);
return 1;
}