diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-04-09 17:08:09 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-04-09 17:08:09 +0000 |
commit | ada5f1cd066efd1cd559775635e97576f5e7fb40 (patch) | |
tree | f700c45f9211ad35f454e07f5b6affac26a9b1ee /src/mesa/main/state.c | |
parent | 39350966ad982b4dc1273338a658dfda80ceb435 (diff) |
removed a printf
Diffstat (limited to 'src/mesa/main/state.c')
-rw-r--r-- | src/mesa/main/state.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c index 4f59d3d109..fd71837246 100644 --- a/src/mesa/main/state.c +++ b/src/mesa/main/state.c @@ -1,4 +1,4 @@ -/* $Id: state.c,v 1.8 2000/04/08 18:57:45 brianp Exp $ */ +/* $Id: state.c,v 1.9 2000/04/09 17:08:09 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -1150,7 +1150,6 @@ void gl_update_state( GLcontext *ctx ) if (ctx->NewState & NEW_COLOR_MATRIX) { gl_matrix_analyze( &ctx->ColorMatrix ); - printf("analyze color matrix %x %x\n", ctx->ColorMatrix.flags, ctx->ColorMatrix.type); } /* Figure out whether we can light in object space or not. If we |