aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-05-07 16:27:13 +0200
committerSimon Ser <contact@emersion.fr>2020-05-09 16:42:25 +0200
commit7a149fe5baeb61afe51228b6263e6c16ed05647b (patch)
tree72ed2291cc5cbf0316560a75419a901b8a902a81
parentc9d6b18eef1099a033b89b834b0e2822e1218a4a (diff)
backend/drm: remove unused fields
-rw-r--r--include/backend/drm/drm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/backend/drm/drm.h b/include/backend/drm/drm.h
index 0ab4ff21..11f6732a 100644
--- a/include/backend/drm/drm.h
+++ b/include/backend/drm/drm.h
@@ -65,8 +65,6 @@ struct wlr_drm_crtc {
union wlr_drm_crtc_props props;
- struct wl_list connectors;
-
uint16_t *gamma_table;
size_t gamma_table_size;
};
@@ -125,7 +123,6 @@ struct wlr_drm_connector {
union wlr_drm_connector_props props;
- uint32_t width, height;
int32_t cursor_x, cursor_y;
drmModeCrtc *old_crtc;