summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dlist.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-07-22 18:34:27 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-07-22 18:34:27 +0000
commitad6ecf022787aa65830aa12e445aacbafcd763fa (patch)
tree407d0c15ed25cc1b706c734e8ce60841e430eccc /src/mesa/main/dlist.c
parent6a940e89466cad5d5a85ee13093b75c712e7452e (diff)
downloadexternal_mesa3d-ad6ecf022787aa65830aa12e445aacbafcd763fa.zip
external_mesa3d-ad6ecf022787aa65830aa12e445aacbafcd763fa.tar.gz
external_mesa3d-ad6ecf022787aa65830aa12e445aacbafcd763fa.tar.bz2
remove printf
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r--src/mesa/main/dlist.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c
index 5588f44..cb6b722 100644
--- a/src/mesa/main/dlist.c
+++ b/src/mesa/main/dlist.c
@@ -5355,8 +5355,6 @@ _mesa_CallList( GLuint list )
/* VERY IMPORTANT: Save the CompileFlag status, turn it off, */
/* execute the display list, and restore the CompileFlag. */
- printf("%s %d\n", __FUNCTION__, list);
-
if (MESA_VERBOSE & VERBOSE_API)
_mesa_debug(ctx, "glCallList %d\n", list);