Merge pull request #447 from LaurensVoerman/submit_remove_unused_vars
remove unused variable "newArrays"
This commit is contained in:
commit
ee7e7a7019
@ -256,9 +256,7 @@ public:
|
|||||||
{
|
{
|
||||||
OSG_NOTICE<<"Reallocating Arrays"<<std::endl;
|
OSG_NOTICE<<"Reallocating Arrays"<<std::endl;
|
||||||
|
|
||||||
typedef std::vector< osg::ref_ptr<osg::Array> > ArrayVector;
|
|
||||||
typedef std::vector< osg::ref_ptr<osg::Geometry> > GeometryVector;
|
typedef std::vector< osg::ref_ptr<osg::Geometry> > GeometryVector;
|
||||||
ArrayVector newArrays;
|
|
||||||
GeometryVector newGeometries;
|
GeometryVector newGeometries;
|
||||||
for(GeometryMap::iterator itr = _geometryMap.begin();
|
for(GeometryMap::iterator itr = _geometryMap.begin();
|
||||||
itr != _geometryMap.end();
|
itr != _geometryMap.end();
|
||||||
|
Loading…
Reference in New Issue
Block a user