diff options
author | Emil Velikov <[email protected]> | 2015-07-13 23:36:19 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-07-22 16:35:26 +0100 |
commit | d62879565a5c8479c3cfea513aa4e90f0d90b304 (patch) | |
tree | 0f844fa16fb0af9d6dd1d89ce72e9625017369c7 /src/egl/main/egldisplay.h | |
parent | 32debea337755cf15550844955b14c29bb3006fa (diff) |
egl: remove _EGL_PLATFORM_WINDOWS enum
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Matt Turner <[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 2d34fb383cc..6c64980cf20 100644 --- a/src/egl/main/egldisplay.h +++ b/src/egl/main/egldisplay.h @@ -44,7 +44,6 @@ extern "C" { #endif enum _egl_platform_type { - _EGL_PLATFORM_WINDOWS, _EGL_PLATFORM_X11, _EGL_PLATFORM_WAYLAND, _EGL_PLATFORM_DRM, |