From de9ff46629fcf3b46252655c5d14ca068c51b46a Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 30 Nov 2020 11:56:24 +0100 Subject: backend/drm: "scaling mode" is a connector property It's not a CRTC property. Remove it altogether since it's unused. --- include/backend/drm/properties.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/backend') diff --git a/include/backend/drm/properties.h b/include/backend/drm/properties.h index 914bcefa..c2027c4f 100644 --- a/include/backend/drm/properties.h +++ b/include/backend/drm/properties.h @@ -28,7 +28,6 @@ union wlr_drm_connector_props { union wlr_drm_crtc_props { struct { // Neither of these are guaranteed to exist - uint32_t scaling_mode; uint32_t vrr_enabled; uint32_t gamma_lut; uint32_t gamma_lut_size; -- cgit v1.2.3