mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 12:25:07 +00:00
glamor: Squash unused variable warning
Accidentally introduced in 05e19644.
Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
@@ -60,8 +60,6 @@
|
||||
static inline EGLDisplay
|
||||
glamor_egl_get_display(EGLint type, void *native)
|
||||
{
|
||||
EGLDisplay dpy = NULL;
|
||||
|
||||
/* In practise any EGL 1.5 implementation would support the EXT extension */
|
||||
if (epoxy_has_egl_extension(NULL, "EGL_EXT_platform_base")) {
|
||||
PFNEGLGETPLATFORMDISPLAYEXTPROC getPlatformDisplayEXT =
|
||||
|
||||
Reference in New Issue
Block a user