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