diff options
author | Emil Velikov <[email protected]> | 2016-02-10 12:21:30 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-03-09 17:16:51 +0000 |
commit | 2295a4b1e124be0906907cf535efa022af5b8033 (patch) | |
tree | a63717997f5efad22db31ec2f4b9e9c10d4f3adc /src/egl/main/eglapi.c | |
parent | c85544a10c03f287172a6e7dbbe0810db9582075 (diff) |
egl: remove final pieces of KHR_vg_parent_image
Similar to previous commit - unused/unset for a long time.
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/egl/main/eglapi.c')
-rw-r--r-- | src/egl/main/eglapi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/egl/main/eglapi.c b/src/egl/main/eglapi.c index 32f68233aeb..031cf759c49 100644 --- a/src/egl/main/eglapi.c +++ b/src/egl/main/eglapi.c @@ -405,7 +405,6 @@ _eglCreateExtensionsString(_EGLDisplay *dpy) _EGL_CHECK_EXTENSION(KHR_image_pixmap); _EGL_CHECK_EXTENSION(KHR_reusable_sync); _EGL_CHECK_EXTENSION(KHR_surfaceless_context); - _EGL_CHECK_EXTENSION(KHR_vg_parent_image); _EGL_CHECK_EXTENSION(KHR_wait_sync); _EGL_CHECK_EXTENSION(MESA_configless_context); |