Remove support for XML configuration files in SGCT

This commit is contained in:
Alexander Bock
2024-03-11 15:16:42 +01:00
parent 9a6fe47d17
commit 8cdea01b22
5 changed files with 8 additions and 35 deletions

View File

@@ -47,7 +47,7 @@ struct Configuration {
ghoul::Dictionary createDictionary();
std::string windowConfiguration = "${CONFIG}/single.xml";
std::string windowConfiguration = "${CONFIG}/single.json";
std::string asset;
std::string profile;