glamor_egl: Drop dead "cpp" field

It's been unused since the initial import.

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:19 -07:00 committed by Adam Jackson
parent 37618e810b
commit 5d6f17d913

View File

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