backend/drm: remove unused WLR_DRM_CONN_CLEANUP

This commit is contained in:
Simon Ser 2022-07-28 10:25:35 +02:00 committed by Simon Zeni
parent f72aeacd6e
commit 6a5fb22698
1 changed files with 0 additions and 1 deletions

View File

@ -95,7 +95,6 @@ enum wlr_drm_connector_status {
WLR_DRM_CONN_DISCONNECTED,
// An output just has been plugged in and is waiting for a modeset
WLR_DRM_CONN_NEEDS_MODESET,
WLR_DRM_CONN_CLEANUP,
WLR_DRM_CONN_CONNECTED,
};