glamor/egl: remove unused function pointers

The following two members of glamor_egl_screen_private has been unused
for a little while now.
 CreateScreenResources
 CloseScreen

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Emil Velikov 2019-07-16 17:50:13 +01:00 committed by Emil Velikov
parent 52a2a052aa
commit 6a55716736
1 changed files with 0 additions and 2 deletions

View File

@ -53,8 +53,6 @@ struct glamor_egl_screen_private {
EGLContext context;
char *device_path;
CreateScreenResourcesProcPtr CreateScreenResources;
CloseScreenProcPtr CloseScreen;
int fd;
struct gbm_device *gbm;
int dmabuf_capable;