mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-18 01:50:40 +01:00
removed a printf
This commit is contained in:
parent
39350966ad
commit
ada5f1cd06
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue