[PATCH xserver 11/12] glx/drisw: Remove unused glx_enable_bits

Adam Jackson ajax at redhat.com
Fri Jun 16 19:44:51 UTC 2017


Sloppy of me!

Signed-off-by: Adam Jackson <ajax at redhat.com>
---
 glx/glxdriswrast.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/glx/glxdriswrast.c b/glx/glxdriswrast.c
index d7d64b3d9..6b546d8ed 100644
--- a/glx/glxdriswrast.c
+++ b/glx/glxdriswrast.c
@@ -71,8 +71,6 @@ struct __GLXDRIscreen {
     const __DRIcopySubBufferExtension *copySubBuffer;
     const __DRItexBufferExtension *texBuffer;
     const __DRIconfig **driConfigs;
-
-    unsigned char glx_enable_bits[__GLX_EXT_BYTES];
 };
 
 struct __GLXDRIcontext {
-- 
2.13.0



More information about the xorg-devel mailing list