mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 20:10:13 +02:00
Remove the editor_coordinate_hack option
I'm not sure if this would still be necessary with the new embedding approach, but it definitely does cause more problems than it solves.
This commit is contained in:
@@ -97,12 +97,6 @@ Configuration::Configuration(const fs::path& config_path,
|
||||
} else {
|
||||
invalid_options.emplace_back(key);
|
||||
}
|
||||
} else if (key == "editor_coordinate_hack") {
|
||||
if (const auto parsed_value = value.as_boolean()) {
|
||||
editor_coordinate_hack = parsed_value->get();
|
||||
} else {
|
||||
invalid_options.emplace_back(key);
|
||||
}
|
||||
} else if (key == "editor_disable_host_scaling") {
|
||||
if (const auto parsed_value = value.as_boolean()) {
|
||||
editor_disable_host_scaling = parsed_value->get();
|
||||
|
||||
Reference in New Issue
Block a user