From 5d6f17d913bd4de0b4594585c0a8ba4f717a2a78 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 16 May 2017 11:37:19 -0700 Subject: [PATCH] glamor_egl: Drop dead "cpp" field It's been unused since the initial import. Reviewed-by: Adam Jackson Signed-off-by: Eric Anholt --- glamor/glamor_egl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/glamor/glamor_egl.c b/glamor/glamor_egl.c index abfdbf2a3..ea047b4c4 100644 --- a/glamor/glamor_egl.c +++ b/glamor/glamor_egl.c @@ -56,7 +56,6 @@ struct glamor_egl_screen_private { CreateScreenResourcesProcPtr CreateScreenResources; CloseScreenProcPtr CloseScreen; int fd; - int cpp; struct gbm_device *gbm; CloseScreenProcPtr saved_close_screen;