diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 1999-08-29 16:18:23 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 1999-08-29 16:18:23 +0000 |
commit | d858a651d8569a6fd47ee4ee55b27e24a1542a47 (patch) | |
tree | 9704e44e93315435485902306d70b13ccaa1787d | |
parent | 50149b085e3695e1945922d9971f80ce35932690 (diff) |
removed bogus call
-rw-r--r-- | src/mesa/drivers/glide/fxapi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/glide/fxapi.c b/src/mesa/drivers/glide/fxapi.c index 82084e7479..fbc586e757 100644 --- a/src/mesa/drivers/glide/fxapi.c +++ b/src/mesa/drivers/glide/fxapi.c @@ -948,7 +948,6 @@ fxMesaContext GLAPIENTRY fxMesaCreateContext(GLuint win,GrScreenResolution_t res fxMesa->haveTwoTMUs=GL_FALSE; if (getenv("FX_EMULATE_SINGLE_TMU")) { - fprint(stderr, "stadnnadna;lskdjf"); if (MESA_VERBOSE&VERBOSE_DRIVER) fprintf(stderr, "\n\nEmulating single tmu\n\n"); fxMesa->haveTwoTMUs = GL_FALSE; |