Remove explicit specification of read-only profiles and read-only configuration files and use a filesystem lookup instead

This commit is contained in:
Alexander Bock
2023-05-11 16:03:13 +02:00
parent 2268802978
commit 006aefdff0
9 changed files with 12 additions and 82 deletions

View File

@@ -52,8 +52,6 @@ struct Configuration {
properties::Property::Visibility propertyVisibility =
properties::Property::Visibility::User;
std::vector<std::string> readOnlyWindowConfigs;
std::vector<std::string> readOnlyProfiles;
std::vector<std::string> globalCustomizationScripts;
std::map<std::string, std::string> pathTokens = {
{ "CACHE" , "CACHE = \"${BASE}/cache\"" }