aboutsummaryrefslogtreecommitdiff
path: root/include/backend/drm
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-09-07 11:31:10 +0200
committerKenny Levinsen <kl@kl.wtf>2021-09-07 22:33:40 +0200
commit42dba9dc906bc9abc248b8d0b834fc580db62ee8 (patch)
tree3ca010804677d45e0c5c99d10df1cc7ae8e83952 /include/backend/drm
parentb01d97a38ffc502ce15bdd1ff9256290ff422440 (diff)
backend/drm: drop wlr_drm_connector.desired_mode
Previously used by attempt_enable_needs_modeset, but this has been dropped in the previous commit.
Diffstat (limited to 'include/backend/drm')
-rw-r--r--include/backend/drm/drm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/backend/drm/drm.h b/include/backend/drm/drm.h
index 69e563a9..b4e95861 100644
--- a/include/backend/drm/drm.h
+++ b/include/backend/drm/drm.h
@@ -117,7 +117,6 @@ struct wlr_drm_connector {
struct wlr_drm_backend *backend;
char name[24];
enum wlr_drm_connector_status status;
- struct wlr_output_mode *desired_mode;
bool desired_enabled;
uint32_t id;