From: Kristian Høgsberg Date: Tue, 30 Mar 2010 18:41:27 +0000 (-0400) Subject: dri: Drop another unused __DRIscreen field X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=94264994b1332109974f7de8179535429f34caf4;p=mesa.git dri: Drop another unused __DRIscreen field --- diff --git a/src/mesa/drivers/dri/common/dri_util.h b/src/mesa/drivers/dri/common/dri_util.h index 398040a1e7e..038a81604fc 100644 --- a/src/mesa/drivers/dri/common/dri_util.h +++ b/src/mesa/drivers/dri/common/dri_util.h @@ -512,11 +512,6 @@ struct __DRIscreenRec { */ void *private; - /** - * Pointer back to the \c __DRIscreen that contains this structure. - */ - __DRIscreen *psc; - /* Extensions provided by the loader. */ const __DRIgetDrawableInfoExtension *getDrawableInfo; const __DRIsystemTimeExtension *systemTime;