From 221bc02d29b92cf81a2fee62e3685bc4ae20ea14 Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Tue, 30 Mar 2010 14:37:02 -0400 Subject: dri: Drop an unused __DRIcontext field --- src/mesa/drivers/dri/common/dri_util.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/mesa/drivers/dri') 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 @@ -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. */ -- cgit v1.2.3