From Jordi Torres, removed unused local variables

This commit is contained in:
Robert Osfield 2017-12-02 18:07:13 +00:00
parent c913c0e6f7
commit 24c3b40b56

View File

@ -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 <param ref=""> type of value
if (channel == osg::Material::EMISSION )