glamor_egl: Drop dead gl_context_depth.

This was replaced in 4afe15d8bf, but not
deleted.

Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Eric Anholt 2017-05-16 11:37:18 -07:00 committed by Adam Jackson
parent a6a751e5d8
commit 37618e810b

View File

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