diff options
author | Brian Paul <[email protected]> | 2004-12-03 15:39:08 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-12-03 15:39:08 +0000 |
commit | 2d846b712c44ebcf7bedce43bb58765c7493d89e (patch) | |
tree | 2c8085e04b787f1f48a26020df5cf5855d311bf2 /src/mesa/tnl/t_vb_lighttmp.h | |
parent | a760ccf6d8a1f94d505b4c211ff4c30bc1d325a8 (diff) |
re-disable TRACE
Diffstat (limited to 'src/mesa/tnl/t_vb_lighttmp.h')
-rw-r--r-- | src/mesa/tnl/t_vb_lighttmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vb_lighttmp.h b/src/mesa/tnl/t_vb_lighttmp.h index 32265851cd2..d8094e29c36 100644 --- a/src/mesa/tnl/t_vb_lighttmp.h +++ b/src/mesa/tnl/t_vb_lighttmp.h @@ -36,7 +36,7 @@ /* define TRACE to trace lighting code */ -#define TRACE 1 +/* #define TRACE 1 */ /* * ctx is the current context |