summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/dri_util.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2007-01-07 08:12:01 -0500
committerKristian Høgsberg <krh@redhat.com>2007-10-05 00:09:32 -0400
commit4a22ae8d446855d839cc199df8eb1b057045cb88 (patch)
tree727c7f597f768631106447be6f484abe6a5c4e50 /src/mesa/drivers/dri/common/dri_util.h
parent4ceefccbfa180d19e27716bf7f282d0438ac34bd (diff)
Remove XIDs from DRI interface (see #5714).
Diffstat (limited to 'src/mesa/drivers/dri/common/dri_util.h')
-rw-r--r--src/mesa/drivers/dri/common/dri_util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/common/dri_util.h b/src/mesa/drivers/dri/common/dri_util.h
index 539d28d114..a08eab1616 100644
--- a/src/mesa/drivers/dri/common/dri_util.h
+++ b/src/mesa/drivers/dri/common/dri_util.h
@@ -490,11 +490,6 @@ struct __DRIscreenPrivateRec {
__DRIcontextPrivate dummyContextPriv;
/**
- * Hash table to hold the drawable information for this screen.
- */
- void *drawHash;
-
- /**
* Device-dependent private information (not stored in the SAREA).
*
* This pointer is never touched by the DRI layer.