Material: remove several unreferenced variables

This commit is contained in:
wmayer
2023-10-11 11:17:57 +02:00
committed by wwmayer
parent c19a8736b8
commit 80d8bfd4b8
4 changed files with 6 additions and 6 deletions

View File

@@ -258,7 +258,7 @@ void MaterialLoader::dereference(Material* material)
try {
parent = (*_materialMap)[parentUUID];
}
catch (std::out_of_range& e) {
catch (std::out_of_range&) {
Base::Console().Log(
"Unable to apply inheritance for material '%s', parent '%s' not found.\n",
material->getName().toStdString().c_str(),