MassManager: this piece of code is in SaveTool.

Why the Hell is it still here ?
This commit is contained in:
Guillaume Jacquemin 2022-03-30 20:35:04 +02:00
parent 4ed7aff835
commit 5705f408a5
1 changed files with 0 additions and 4 deletions

View File

@ -35,10 +35,6 @@ MassManager::MassManager(Containers::StringView save_path, Containers::StringVie
new(&_hangars[i]) Mass{mass_filename};
}
if(!Utility::Path::exists(_stagingAreaDirectory)) {
Utility::Path::make(_stagingAreaDirectory);
}
refreshStagedMasses();
}