Get rid of hack_reaper_update_display

It is now no longer necessary.
This commit is contained in:
Robbert van der Helm
2020-10-26 22:22:21 +01:00
parent 5b00ddb0c4
commit e51c7f7ae3
5 changed files with 8 additions and 56 deletions
-6
View File
@@ -84,12 +84,6 @@ Configuration::Configuration(const fs::path& config_path,
} else {
invalid_options.push_back(key);
}
} else if (key == "hack_reaper_update_display") {
if (const auto parsed_value = value.as_boolean()) {
hack_reaper_update_display = parsed_value->get();
} else {
invalid_options.push_back(key);
}
} else if (key == "group") {
if (const auto parsed_value = value.as_string()) {
group = parsed_value->get();