From 24c3b40b56952b8094adba221e75ee2e271699f3 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sat, 2 Dec 2017 18:07:13 +0000 Subject: [PATCH] From Jordi Torres, removed unused local variables --- src/osgPlugins/dae/daeRMaterials.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/osgPlugins/dae/daeRMaterials.cpp b/src/osgPlugins/dae/daeRMaterials.cpp index 2aae4e366..d4c2703b2 100644 --- a/src/osgPlugins/dae/daeRMaterials.cpp +++ b/src/osgPlugins/dae/daeRMaterials.cpp @@ -589,8 +589,6 @@ bool daeReader::processColorOrTextureType(const osg::StateSet* ss, } bool retVal = false; - std::string texCoordSet; - //osg::StateAttribute *sa = NULL; //TODO: Make all channels process type of value if (channel == osg::Material::EMISSION )