Remove unused lut_r/g/b arrays from drmmode_crtc_private_rec

Fixes: 1091f28e1f ("Remove drmmode_load_palette")
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Michel Dänzer
2016-08-17 18:57:01 +09:00
committed by Michel Dänzer
parent c436452069
commit 5a4d3267ac

View File

@@ -92,7 +92,6 @@ typedef struct {
uint32_t dpms_last_seq;
int dpms_last_fps;
uint32_t interpolated_vblanks;
uint16_t lut_r[256], lut_g[256], lut_b[256];
int prime_pixmap_x;
/* Modeset needed for DPMS on */