projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40ae394
)
remove debug printf
author
Brian
<brian@yutani.localnet.net>
Wed, 4 Apr 2007 14:26:41 +0000
(08:26 -0600)
committer
Brian
<brian@yutani.localnet.net>
Wed, 4 Apr 2007 14:26:41 +0000
(08:26 -0600)
src/mesa/drivers/x11/xm_tri.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/x11/xm_tri.c
b/src/mesa/drivers/x11/xm_tri.c
index 2110e63551a538e0790820ed7e3c2ce969dd2690..95c6d7c1d20a80faa234d4d2f64485c953771001 100644
(file)
--- a/
src/mesa/drivers/x11/xm_tri.c
+++ b/
src/mesa/drivers/x11/xm_tri.c
@@
-1433,7
+1433,6
@@
static const char *triFuncName = NULL;
#define USE(triFunc) \
do { \
triFuncName = #triFunc; \
- printf("%s\n", triFuncName);\
return triFunc; \
} while (0)