From bd3096edc30530a2b77770b773d725081c4d804f Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 18 Sep 2003 16:33:10 +0000 Subject: removed unused NoRaster and Rendering fields from GLcontext --- src/mesa/main/debug.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/main/debug.c') diff --git a/src/mesa/main/debug.c b/src/mesa/main/debug.c index c9bf7ce068..5848acaafe 100644 --- a/src/mesa/main/debug.c +++ b/src/mesa/main/debug.c @@ -229,7 +229,6 @@ _mesa_init_debug( GLcontext *ctx ) char *c; /* For debug/development only */ - ctx->NoRaster = _mesa_getenv("MESA_NO_RASTER") ? GL_TRUE : GL_FALSE; ctx->FirstTimeCurrent = GL_TRUE; /* Dither disable */ -- cgit v1.2.3