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/egldisplay.h | |
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/egldisplay.h')
-rw-r--r-- | src/egl/main/egldisplay.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/egl/main/egldisplay.h b/src/egl/main/egldisplay.h index 6c64980cf20..bca9122ce6d 100644 --- a/src/egl/main/egldisplay.h +++ b/src/egl/main/egldisplay.h @@ -112,7 +112,6 @@ struct _egl_extensions EGLBoolean KHR_image_pixmap; EGLBoolean KHR_reusable_sync; EGLBoolean KHR_surfaceless_context; - EGLBoolean KHR_vg_parent_image; EGLBoolean KHR_wait_sync; EGLBoolean MESA_configless_context; |