dri: Drop an unused __DRIcontext field
authorKristian Høgsberg <krh@bitplanet.net>
Tue, 30 Mar 2010 18:37:02 +0000 (14:37 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 30 Mar 2010 20:48:51 +0000 (16:48 -0400)
src/mesa/drivers/dri/common/dri_util.h

index f63583c..dae8f9e 100644 (file)
@@ -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;