From ae47121fa336f53c5ab51df3dc699db018feff18 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 12 Jun 2001 22:08:41 +0000 Subject: removed old, redundant CurrentTransformUnit state var --- src/mesa/main/mtypes.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mesa/main/mtypes.h') 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) | */ -- cgit v1.2.3