aboutsummaryrefslogtreecommitdiff
path: root/include/backend
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-12-18 11:44:50 +0100
committerSimon Ser <contact@emersion.fr>2020-12-18 11:44:50 +0100
commit352fdd1bb00a3547591f9360b23c5c2fd22e97e4 (patch)
tree57883f16076249cbaf36de4e200212c9dc5d84d9 /include/backend
parent248c7787c7b487ff4157bfef38662776ea7b38d9 (diff)
backend/drm: remove unused wlr_drm_plane.drm_format
Diffstat (limited to 'include/backend')
-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 6fdfe41a..6c8939e8 100644
--- a/include/backend/drm/drm.h
+++ b/include/backend/drm/drm.h
@@ -32,7 +32,6 @@ struct wlr_drm_plane {
/* Buffer currently displayed on screen */
struct wlr_drm_fb current_fb;
- uint32_t drm_format; // ARGB8888 or XRGB8888
struct wlr_drm_format_set formats;
// Only used by cursor