summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2017-06-16 15:44:51 -0400
committerAdam Jackson <ajax@redhat.com>2017-06-20 16:39:23 -0400
commitecc5e362985d1f649c29ac5f93be19851eaf7d87 (patch)
treee19607007b8112073f375a7ebb4e154fbc12bf5e
parenta6c23ef31a4e5aea19ddabdf4a0760f4c48f1ebe (diff)
glx/drisw: Remove unused glx_enable_bits
Sloppy of me! Signed-off-by: Adam Jackson <ajax@redhat.com> Acked-by: Keith Packard <keithp@keithp.com>
-rw-r--r--glx/glxdriswrast.c2
1 files changed, 0 insertions, 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 {