Mesa (master): dri: Drop an unused __DRIcontext field

Kristian Høgsberg krh at kemper.freedesktop.org
Tue Mar 30 21:09:38 UTC 2010


Module: Mesa
Branch: master
Commit: 221bc02d29b92cf81a2fee62e3685bc4ae20ea14
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=221bc02d29b92cf81a2fee62e3685bc4ae20ea14

Author: Kristian Høgsberg <krh at bitplanet.net>
Date:   Tue Mar 30 14:37:02 2010 -0400

dri: Drop an unused __DRIcontext field

---

 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 f63583c..dae8f9e 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;




More information about the mesa-commit mailing list