From 8aee1f40eaa3527c90698d6826ce8314b8b5a92a Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Tue, 22 Aug 2017 11:48:25 +0100 Subject: [PATCH] xwin/glx: remove unused __GLXWinScreen::glx_enable_bits All the relevant code already uses the ::base::glx_enable_bits one. Signed-off-by: Emil Velikov Reviewed-by: Jon Turney --- hw/xwin/glx/indirect.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/hw/xwin/glx/indirect.h b/hw/xwin/glx/indirect.h index 8a66121ac..bcdef153a 100644 --- a/hw/xwin/glx/indirect.h +++ b/hw/xwin/glx/indirect.h @@ -64,9 +64,6 @@ struct __GLXWinDrawable { struct __GLXWinScreen { __GLXscreen base; - /* Supported GLX extensions */ - unsigned char glx_enable_bits[__GLX_EXT_BYTES]; - Bool has_WGL_ARB_multisample; Bool has_WGL_ARB_pixel_format; Bool has_WGL_ARB_pbuffer;