summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-04-04 22:18:53 -0600
committerBrian <brian@yutani.localnet.net>2007-04-04 22:18:53 -0600
commit33c3739628616c0aaf10e51eae50611169ded0dd (patch)
treedd33cad47bb8e322f8f9c4df43a4524b63900306 /src/mesa/main/mtypes.h
parent4d864b087e9c998b28b37e10d41418edbaba9fab (diff)
Remove the never-used SI-style imports/exports code.
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 4fc98f4628..c24e2e389f 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -2882,17 +2882,6 @@ struct gl_dlist_state
*/
struct __GLcontextRec
{
- /**
- * \name OS related interfaces.
- *
- * These \b must be the first members of this structure, because they are
- * exposed to the outside world (i.e. GLX extension).
- */
- /*@{*/
- __GLimports imports;
- __GLexports exports;
- /*@}*/
-
/** State possibly shared with other contexts in the address space */
struct gl_shared_state *Shared;