aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/backend/drm/drm.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/backend/drm/drm.h b/include/backend/drm/drm.h
index f46d565c..7b53f7fc 100644
--- a/include/backend/drm/drm.h
+++ b/include/backend/drm/drm.h
@@ -63,13 +63,6 @@ struct wlr_drm_crtc {
struct wlr_drm_plane *primary;
struct wlr_drm_plane *cursor;
- /*
- * We don't support overlay planes yet, but we keep track of them to
- * give to DRM lease clients.
- */
- size_t num_overlays;
- uint32_t *overlays;
-
union wlr_drm_crtc_props props;
};