summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index e345c30a4c..772e1970ad 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -1,4 +1,4 @@
-/* $Id: mtypes.h,v 1.93 2002/10/04 19:10:08 brianp Exp $ */
+/* $Id: mtypes.h,v 1.94 2002/10/08 23:59:33 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -964,12 +964,6 @@ struct gl_texture_attrib {
GLuint CurrentUnit; /* Active texture unit */
GLuint _EnabledUnits; /* one bit set for each really-enabled unit */
- /* XXX this field will go away, use _EnabledUnits instead! */
- GLuint _ReallyEnabled; /* enables for all texture units: */
- /* = (Unit[0]._ReallyEnabled << 0) | */
- /* (Unit[1]._ReallyEnabled << 4) | */
- /* (Unit[2]._ReallyEnabled << 8) | etc... */
-
GLuint _GenFlags; /* for texgen */
GLuint _TexGenEnabled;
GLuint _TexMatEnabled;