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 f63583cebc01256039731e98f3ec077197d3818e..dae8f9eae353dcdbe29500cb19ad484e5867db22 100644 (file)
@@ -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.
      */