summaryrefslogtreecommitdiff
path: root/src/mesa/main/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/debug.c')
-rw-r--r--src/mesa/main/debug.c1
1 files changed, 0 insertions, 1 deletions
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 */