diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2010-03-30 14:37:02 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-03-30 16:48:51 -0400 |
commit | 221bc02d29b92cf81a2fee62e3685bc4ae20ea14 (patch) | |
tree | fa43a2a1f528666824220166dd5e1e7c3a6d502b | |
parent | ff6bce552a1522160c64d10677a36a7ad6cf5f88 (diff) |
dri: Drop an unused __DRIcontext field
-rw-r--r-- | src/mesa/drivers/dri/common/dri_util.h | 5 |
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 f63583cebc..dae8f9eae3 100644 --- a/src/mesa/drivers/dri/common/dri_util.h +++ b/src/mesa/drivers/dri/common/dri_util.h @@ -399,11 +399,6 @@ struct __DRIcontextRec { void *driverPrivate; /** - * Pointer back to the \c __DRIcontext that contains this structure. - */ - __DRIcontext *pctx; - - /** * Pointer to drawable currently bound to this context for drawing. */ __DRIdrawable *driDrawablePriv; |