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:
parent
a6a751e5d8
commit
37618e810b
|
@ -58,7 +58,6 @@ struct glamor_egl_screen_private {
|
||||||
int fd;
|
int fd;
|
||||||
int cpp;
|
int cpp;
|
||||||
struct gbm_device *gbm;
|
struct gbm_device *gbm;
|
||||||
int gl_context_depth;
|
|
||||||
|
|
||||||
CloseScreenProcPtr saved_close_screen;
|
CloseScreenProcPtr saved_close_screen;
|
||||||
DestroyPixmapProcPtr saved_destroy_pixmap;
|
DestroyPixmapProcPtr saved_destroy_pixmap;
|
||||||
|
|
Loading…
Reference in New Issue