App: modernize C++: use equals default

This commit is contained in:
wmayer
2023-08-20 15:30:18 +02:00
parent 5610c22cbb
commit 1efde78d74
12 changed files with 10 additions and 69 deletions

View File

@@ -57,10 +57,6 @@ Material::Material(const MaterialType MatType)
setType(MatType);
}
Material::~Material()
{
}
void Material::set(const char* MatName)
{
if (strcmp("Brass",MatName) == 0 ) {