From 59c5cf35c92e969f66eefd27809e72089b731701 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 8 Oct 2002 23:59:33 +0000 Subject: finally get rid of ctx->Texture._ReallyEnabled field --- src/mesa/main/context.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mesa/main/context.c') diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index ecf78d62e63..e227de976dc 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -1,4 +1,4 @@ -/* $Id: context.c,v 1.179 2002/10/04 17:37:45 brianp Exp $ */ +/* $Id: context.c,v 1.180 2002/10/08 23:59:33 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -1306,7 +1306,6 @@ init_attrib_groups( GLcontext *ctx ) /* Texture group */ ctx->Texture.CurrentUnit = 0; /* multitexture */ - ctx->Texture._ReallyEnabled = 0; /* XXX obsolete */ ctx->Texture._EnabledUnits = 0; for (i=0; i