projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a940e8
)
remove printf
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 22 Jul 2003 18:34:27 +0000
(18:34 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 22 Jul 2003 18:34:27 +0000
(18:34 +0000)
src/mesa/main/dlist.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/dlist.c
b/src/mesa/main/dlist.c
index 5588f442d38e9edd9d8d18dc26ff28fe8b46b3f8..cb6b72251896f7da84dc31d872c485a4295f9e8f 100644
(file)
--- 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);