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 <emil.l.velikov@gmail.com> Reviewed-by: Jon Turney <jon.turney@dronecode.org.uk>
This commit is contained in:
parent
43878fa877
commit
8aee1f40ea
|
@ -64,9 +64,6 @@ struct __GLXWinDrawable {
|
||||||
struct __GLXWinScreen {
|
struct __GLXWinScreen {
|
||||||
__GLXscreen base;
|
__GLXscreen base;
|
||||||
|
|
||||||
/* Supported GLX extensions */
|
|
||||||
unsigned char glx_enable_bits[__GLX_EXT_BYTES];
|
|
||||||
|
|
||||||
Bool has_WGL_ARB_multisample;
|
Bool has_WGL_ARB_multisample;
|
||||||
Bool has_WGL_ARB_pixel_format;
|
Bool has_WGL_ARB_pixel_format;
|
||||||
Bool has_WGL_ARB_pbuffer;
|
Bool has_WGL_ARB_pbuffer;
|
||||||
|
|
Loading…
Reference in New Issue