Material: remove several unreferenced variables

This commit is contained in:
wmayer
2023-11-02 12:37:31 +01:00
committed by wwmayer
parent 0f31b1f29b
commit 2e017ac45a
4 changed files with 6 additions and 6 deletions

View File

@@ -414,7 +414,7 @@ void MaterialLoader::dereference(
try {
parent = materialMap->at(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(),