mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-05 05:05:57 +01:00
backend/drm: remove outdated TODO
This has been addressed in 8795dde94e
("Initialize connectors
current mode to the mode used by KMS on startup.").
This commit is contained in:
parent
6adca4089c
commit
0613fb0159
1 changed files with 0 additions and 2 deletions
|
@ -1421,8 +1421,6 @@ void scan_drm_connectors(struct wlr_drm_backend *drm,
|
|||
wlr_drm_conn_log(wlr_conn, WLR_ERROR, "No CRTC possible");
|
||||
}
|
||||
|
||||
// TODO: this results in connectors being enabled without a mode
|
||||
// set
|
||||
wlr_output_update_enabled(&wlr_conn->output, wlr_conn->crtc != NULL);
|
||||
wlr_conn->desired_enabled = wlr_conn->crtc != NULL;
|
||||
|
||||
|
|
Loading…
Reference in a new issue