backend/drm: drop extra wlr_output_update_enabled call

drm_connector_set_mode already takes care of keeping this up-to-date.
This commit is contained in:
Simon Ser 2020-05-27 18:32:19 +02:00 committed by Drew DeVault
parent 80467f6ae8
commit 1a2e82e327
1 changed files with 0 additions and 1 deletions

View File

@ -369,7 +369,6 @@ static bool drm_crtc_page_flip(struct wlr_drm_connector *conn) {
}
conn->pageflip_pending = true;
wlr_output_update_enabled(&conn->output, true);
return true;
}