Fixed unused variable `osg::StateSet *osgStateSet' warning

This commit is contained in:
Robert Osfield
2002-07-14 20:51:31 +00:00
parent e7657f6b51
commit 8883f1d571

View File

@@ -705,7 +705,7 @@ osg::Drawable* ConvertFromPerformer::visitGeoSet(osg::Geode* osgGeode,pfGeoSet*
}
osg::StateSet* osgStateSet = visitGeoState(osgGeoSet,geoset->getGState());
visitGeoState(osgGeoSet,geoset->getGState());
// convert to osg::Geometry, as osg::GeoSet is now deprecated.
osgDrawable = osgGeoSet->convertToGeometry();