projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa4d036
)
remove unused DriverMgrCtx
author
Brian
<brian@yutani.localnet.net>
Tue, 27 Feb 2007 01:35:34 +0000
(18:35 -0700)
committer
Brian
<brian@yutani.localnet.net>
Tue, 27 Feb 2007 01:35:34 +0000
(18:35 -0700)
src/mesa/main/mtypes.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/mtypes.h
b/src/mesa/main/mtypes.h
index 26b5c91adaec6ed277d516ecb8f284e4be931835..0a25666846755de92b016af830beb5544d85a012 100644
(file)
--- a/
src/mesa/main/mtypes.h
+++ b/
src/mesa/main/mtypes.h
@@
-2887,7
+2887,6
@@
struct __GLcontextRec
struct dd_function_table Driver;
void *DriverCtx; /**< Points to device driver context/state */
- void *DriverMgrCtx; /**< Points to device driver manager (optional)*/
/** Core/Driver constants */
struct gl_constants Const;