remove unused variable "newArrays"

This commit is contained in:
Laurens Voerman 2018-01-15 14:47:55 +01:00
parent bf6aaed5e0
commit 4f7fcb19d5

View File

@ -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();