diff options
Diffstat (limited to 'src/mesa/main/debug.c')
-rw-r--r-- | src/mesa/main/debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/debug.c b/src/mesa/main/debug.c index c9bf7ce0682..5848acaafe0 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 */ |