projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4251076
)
dri: Drop another unused __DRIscreen field
author
Kristian Høgsberg
<krh@bitplanet.net>
Tue, 30 Mar 2010 18:41:27 +0000
(14:41 -0400)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Tue, 30 Mar 2010 20:48:51 +0000
(16:48 -0400)
src/mesa/drivers/dri/common/dri_util.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/common/dri_util.h
b/src/mesa/drivers/dri/common/dri_util.h
index 398040a1e7e1f3726493f77d4d10d89fd8a2d0df..038a81604fc3c3e675ebb0a68785bf98db212b45 100644
(file)
--- 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;