mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +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
|
static inline EGLDisplay
|
||||||
glamor_egl_get_display(EGLint type, void *native)
|
glamor_egl_get_display(EGLint type, void *native)
|
||||||
{
|
{
|
||||||
EGLDisplay dpy = NULL;
|
|
||||||
|
|
||||||
/* In practise any EGL 1.5 implementation would support the EXT extension */
|
/* In practise any EGL 1.5 implementation would support the EXT extension */
|
||||||
if (epoxy_has_egl_extension(NULL, "EGL_EXT_platform_base")) {
|
if (epoxy_has_egl_extension(NULL, "EGL_EXT_platform_base")) {
|
||||||
PFNEGLGETPLATFORMDISPLAYEXTPROC getPlatformDisplayEXT =
|
PFNEGLGETPLATFORMDISPLAYEXTPROC getPlatformDisplayEXT =
|
||||||
|
|||||||
Reference in New Issue
Block a user