aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/main/egldisplay.c
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2015-07-13 22:05:46 +0100
committerEmil Velikov <[email protected]>2015-07-22 16:35:26 +0100
commit32debea337755cf15550844955b14c29bb3006fa (patch)
tree7ba7fa4070b706b64e8a3a5fe1390b1f8ab7bd36 /src/egl/main/egldisplay.c
parentdc1ece3748f3a97d685c9c72ad26684fd35f1944 (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.c')
-rw-r--r--src/egl/main/egldisplay.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/egl/main/egldisplay.c b/src/egl/main/egldisplay.c
index 24a0c7e61a7..f29f54ebbc7 100644
--- a/src/egl/main/egldisplay.c
+++ b/src/egl/main/egldisplay.c
@@ -69,7 +69,6 @@ static const struct {
{ _EGL_PLATFORM_X11, "x11" },
{ _EGL_PLATFORM_WAYLAND, "wayland" },
{ _EGL_PLATFORM_DRM, "drm" },
- { _EGL_PLATFORM_NULL, "null" },
{ _EGL_PLATFORM_ANDROID, "android" },
{ _EGL_PLATFORM_HAIKU, "haiku" },
{ _EGL_PLATFORM_SURFACELESS, "surfaceless" },