summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-06-12 22:08:41 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-06-12 22:08:41 +0000
commitae47121fa336f53c5ab51df3dc699db018feff18 (patch)
treedb08af54d76e009442077e0f8450f052f7fafc80 /src/mesa/main/mtypes.h
parent1676268eab04523fe4fe325d39d427fc098e52a5 (diff)
removed old, redundant CurrentTransformUnit state var
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 4dfdbe4619..fce2616112 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -1,4 +1,4 @@
-/* $Id: mtypes.h,v 1.44 2001/05/30 15:22:04 brianp Exp $ */
+/* $Id: mtypes.h,v 1.45 2001/06/12 22:08:41 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -920,7 +920,6 @@ struct gl_texture_unit {
struct gl_texture_attrib {
/* multitexture */
GLuint CurrentUnit; /* Active texture unit */
- GLuint CurrentTransformUnit; /* Client active texture xform unit */
GLuint _ReallyEnabled; /* enables for all texture units: */
/* = (Unit[0]._ReallyEnabled << 0) | */