From 37618e810b70c24bb8a97dce844963ed1a99f897 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 16 May 2017 11:37:18 -0700 Subject: [PATCH] glamor_egl: Drop dead gl_context_depth. This was replaced in 4afe15d8bfd575c010ed1868697a7922a37ab378, but not deleted. 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 c59aaa832..abfdbf2a3 100644 --- a/glamor/glamor_egl.c +++ b/glamor/glamor_egl.c @@ -58,7 +58,6 @@ struct glamor_egl_screen_private { int fd; int cpp; struct gbm_device *gbm; - int gl_context_depth; CloseScreenProcPtr saved_close_screen; DestroyPixmapProcPtr saved_destroy_pixmap;