backend/drm: remove unused wlr_drm_plane.drm_format

This commit is contained in:
Simon Ser 2020-12-18 11:44:50 +01:00
parent 248c7787c7
commit 352fdd1bb0
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 0 additions and 16 deletions

View file

@ -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