diff options
author | Kristian Høgsberg <[email protected]> | 2010-03-30 14:41:27 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-03-30 16:48:51 -0400 |
commit | 94264994b1332109974f7de8179535429f34caf4 (patch) | |
tree | 0648ec1666fbe90682310e388915b99745d42d88 /src/mesa/drivers/dri/common | |
parent | 42510765907014aabdee39a38ffe0283f7e32654 (diff) |
dri: Drop another unused __DRIscreen field
Diffstat (limited to 'src/mesa/drivers/dri/common')
-rw-r--r-- | 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 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; |