mesa: Branch 'master'

Brian Paul brianp at kemper.freedesktop.org
Wed Apr 4 14:26:43 UTC 2007


 src/mesa/drivers/x11/xm_tri.c |    1 -
 1 files changed, 1 deletion(-)

New commits:
diff-tree a28e64869022962ee7c0fa7ea7a211cd6b58c4bb (from 40ae3943f2ced65cdb77091f7dd31b57a0f422dd)
Author: Brian <brian at yutani.localnet.net>
Date:   Wed Apr 4 08:26:41 2007 -0600

    remove debug printf

diff --git a/src/mesa/drivers/x11/xm_tri.c b/src/mesa/drivers/x11/xm_tri.c
index 2110e63..95c6d7c 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)
 



More information about the mesa-commit mailing list