mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 18:20:05 +01:00
glamor: Squash unused variable warning
Accidentally introduced in 05e19644.
Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
9874f73e88
commit
29a4f3db60
1 changed files with 0 additions and 2 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue