diff options
author | Emil Velikov <[email protected]> | 2015-03-14 22:36:28 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-03-21 17:16:41 +0000 |
commit | 0d6e7620f35331be301ec3177c0d9236838a845b (patch) | |
tree | b04e8bcecf7a837df9d035fdbde7dc9ce070f9ab /src/egl/main/egldisplay.h | |
parent | 65a8d4d6ddbed8fd47cd4efc38d4a344add5ec5a (diff) |
egl/main: drop platform fbdev specific code
st/egl was the only one which had support for this platform.
Signed-off-by: Emil Velikov <[email protected]>
Acked-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 5a845d89962..f8782f917c0 100644 --- a/src/egl/main/egldisplay.h +++ b/src/egl/main/egldisplay.h @@ -44,7 +44,6 @@ enum _egl_platform_type { _EGL_PLATFORM_X11, _EGL_PLATFORM_WAYLAND, _EGL_PLATFORM_DRM, - _EGL_PLATFORM_FBDEV, _EGL_PLATFORM_NULL, _EGL_PLATFORM_ANDROID, _EGL_PLATFORM_HAIKU, |