From: Kristian Høgsberg Date: Tue, 30 Mar 2010 18:37:02 +0000 (-0400) Subject: dri: Drop an unused __DRIcontext field X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=221bc02d29b92cf81a2fee62e3685bc4ae20ea14;p=mesa.git dri: Drop an unused __DRIcontext field --- diff --git a/src/mesa/drivers/dri/common/dri_util.h b/src/mesa/drivers/dri/common/dri_util.h index f63583cebc0..dae8f9eae35 100644 --- a/src/mesa/drivers/dri/common/dri_util.h +++ b/src/mesa/drivers/dri/common/dri_util.h @@ -398,11 +398,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. */