summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/xm_tri.c
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-04-04 08:26:41 -0600
committerBrian <brian@yutani.localnet.net>2007-04-04 08:26:41 -0600
commita28e64869022962ee7c0fa7ea7a211cd6b58c4bb (patch)
tree61a9e06dca003d01ff0e6b2100fb04a4242f4126 /src/mesa/drivers/x11/xm_tri.c
parent40ae3943f2ced65cdb77091f7dd31b57a0f422dd (diff)
remove debug printf
Diffstat (limited to 'src/mesa/drivers/x11/xm_tri.c')
-rw-r--r--src/mesa/drivers/x11/xm_tri.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/x11/xm_tri.c b/src/mesa/drivers/x11/xm_tri.c
index 2110e63551..95c6d7c1d2 100644
--- 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)