mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
backend/drm: remove unused WLR_DRM_CONN_CLEANUP
This commit is contained in:
parent
f72aeacd6e
commit
6a5fb22698
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ enum wlr_drm_connector_status {
|
||||||
WLR_DRM_CONN_DISCONNECTED,
|
WLR_DRM_CONN_DISCONNECTED,
|
||||||
// An output just has been plugged in and is waiting for a modeset
|
// An output just has been plugged in and is waiting for a modeset
|
||||||
WLR_DRM_CONN_NEEDS_MODESET,
|
WLR_DRM_CONN_NEEDS_MODESET,
|
||||||
WLR_DRM_CONN_CLEANUP,
|
|
||||||
WLR_DRM_CONN_CONNECTED,
|
WLR_DRM_CONN_CONNECTED,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue