No need to call updatemons ourselves

The output manager in wlroots emits an output_layout.change event when
anything changes, so updatemons will be called anyway.

ΔSLOC: -1
This commit is contained in:
Devin J. Pohly 2023-07-21 20:17:41 -04:00 committed by Leonardo Hernández Hernández
parent 6c8be38ec4
commit 26d7c9689f
No known key found for this signature in database
GPG Key ID: E538897EE11B9624
1 changed files with 0 additions and 3 deletions

3
dwl.c
View File

@ -1757,9 +1757,6 @@ apply_or_test:
else
wlr_output_configuration_v1_send_failed(config);
wlr_output_configuration_v1_destroy(config);
/* TODO: use a wrapper function? */
updatemons(NULL, NULL);
}
void