OSDN Git Service

remove printf
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 22 Jul 2003 18:34:27 +0000 (18:34 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 22 Jul 2003 18:34:27 +0000 (18:34 +0000)
src/mesa/main/dlist.c

index 5588f44..cb6b722 100644 (file)
@@ -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);