mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-10 05:50:18 +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
|
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 =
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue