summaryrefslogtreecommitdiff
path: root/glamor
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2019-07-16 17:50:13 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2019-10-11 12:03:42 +0000
commit6a557167366b8b1352709397df50649d5665b755 (patch)
tree85d582b7f8ce98311134de81c3b2ef09391ee306 /glamor
parent52a2a052aa3ab92b07c185c1fc2bf4ee2d727f4d (diff)
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>
Diffstat (limited to 'glamor')
-rw-r--r--glamor/glamor_egl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/glamor/glamor_egl.c b/glamor/glamor_egl.c
index 81a82bcb7..8a88de10d 100644
--- a/glamor/glamor_egl.c
+++ b/glamor/glamor_egl.c
@@ -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;