From 221bc02d29b92cf81a2fee62e3685bc4ae20ea14 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Tue, 30 Mar 2010 14:37:02 -0400 Subject: [PATCH] dri: Drop an unused __DRIcontext field --- src/mesa/drivers/dri/common/dri_util.h | 5 ----- 1 file changed, 5 deletions(-) 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. */ -- 2.30.2