diff --git a/include/backend/drm/drm.h b/include/backend/drm/drm.h index 700ed654..0fb164c4 100644 --- a/include/backend/drm/drm.h +++ b/include/backend/drm/drm.h @@ -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, };