Material: remove several unreferenced variables
This commit is contained in:
@@ -107,7 +107,7 @@ const Material& MaterialManager::getMaterial(const QString& uuid) const
|
||||
try {
|
||||
return *(_materialMap->at(uuid));
|
||||
}
|
||||
catch (std::out_of_range& e) {
|
||||
catch (std::out_of_range&) {
|
||||
throw MaterialNotFound();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user