aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-12-06 17:06:48 +0100
committerSimon Ser <contact@emersion.fr>2020-12-08 18:38:42 +0100
commit863acb26c0326f6e0ccc6140ba86d41d2b3f09ab (patch)
tree3efe4beefada0d63cfc2dd871505e3514b87d539 /include
parent29da97c185c60eae5d9eaf743c3895c4dba139f7 (diff)
backend/drm: stop tracking overlay planes
We don't do anything with them. Once we do, we can easily add this back.
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;
};