egl/wayland: Remove unused wayland enum
Signed-off-by: Scott Anderson <scott@anderso.nz> Reviewed-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Simon Ser <contact@emersion.fr> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11248>
This commit is contained in:

committed by
Marge Bot

parent
c53733b004
commit
42a0e5caa9
@@ -267,15 +267,6 @@ struct dri2_egl_context
|
||||
__DRIcontext *dri_context;
|
||||
};
|
||||
|
||||
#ifdef HAVE_WAYLAND_PLATFORM
|
||||
enum wayland_buffer_type {
|
||||
WL_BUFFER_FRONT,
|
||||
WL_BUFFER_BACK,
|
||||
WL_BUFFER_THIRD,
|
||||
WL_BUFFER_COUNT
|
||||
};
|
||||
#endif
|
||||
|
||||
struct dri2_egl_surface
|
||||
{
|
||||
_EGLSurface base;
|
||||
|
Reference in New Issue
Block a user