mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 07:51:28 +00:00
config: remove double assignement to result in get_output_config
This commit is contained in:
parent
a95c4abd66
commit
e91349f2a0
|
@ -378,7 +378,7 @@ static struct output_config *get_output_config(char *identifier,
|
|||
oc_id = config->output_configs->items[i];
|
||||
}
|
||||
|
||||
struct output_config *result = result = new_output_config("temp");
|
||||
struct output_config *result = new_output_config("temp");
|
||||
if (config->reloading) {
|
||||
default_output_config(result, sway_output->wlr_output);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue