kms: Remove unused fields from MetaKmsCrtcState struct

https://gitlab.gnome.org/GNOME/mutter/merge_requests/713
This commit is contained in:
Hans de Goede 2019-08-05 11:21:28 +02:00 committed by Jonas Ådahl
parent 6792903c4f
commit 76445bcb97

View File

@ -33,10 +33,6 @@ typedef struct _MetaKmsCrtcState
gboolean is_drm_mode_valid;
drmModeModeInfo drm_mode;
uint32_t common_possible_crtcs;
uint32_t common_possible_clones;
uint32_t encoder_device_idxs;
struct {
uint16_t *red;
uint16_t *green;