diff options
author | Emil Velikov <[email protected]> | 2015-07-13 22:05:46 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-07-22 16:35:26 +0100 |
commit | 32debea337755cf15550844955b14c29bb3006fa (patch) | |
tree | 7ba7fa4070b706b64e8a3a5fe1390b1f8ab7bd36 /src/egl/main/egldisplay.h | |
parent | dc1ece3748f3a97d685c9c72ad26684fd35f1944 (diff) |
egl: remove final references of platform_null
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 8d3393564bf..2d34fb383cc 100644 --- a/src/egl/main/egldisplay.h +++ b/src/egl/main/egldisplay.h @@ -48,7 +48,6 @@ enum _egl_platform_type { _EGL_PLATFORM_X11, _EGL_PLATFORM_WAYLAND, _EGL_PLATFORM_DRM, - _EGL_PLATFORM_NULL, _EGL_PLATFORM_ANDROID, _EGL_PLATFORM_HAIKU, _EGL_PLATFORM_SURFACELESS, |