Mesa (master): dri: Drop another unused __DRIscreen field
Kristian Høgsberg
krh at kemper.freedesktop.org
Tue Mar 30 14:09:38 PDT 2010
Module: Mesa
Branch: master
Commit: 94264994b1332109974f7de8179535429f34caf4
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=94264994b1332109974f7de8179535429f34caf4
Author: Kristian Høgsberg <krh at bitplanet.net>
Date: Tue Mar 30 14:41:27 2010 -0400
dri: Drop another unused __DRIscreen 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 398040a..038a816 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;
More information about the mesa-commit
mailing list