mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
mesa: remove accidentally committed printf
This commit is contained in:
parent
83e4470d9a
commit
8cb651578d
1 changed files with 0 additions and 1 deletions
|
|
@ -1503,7 +1503,6 @@ _mesa_get_fixed_func_fragment_program(GLcontext *ctx)
|
|||
struct gl_fragment_program *prog;
|
||||
struct state_key key;
|
||||
|
||||
printf("SIZE OF KEY %d\n", sizeof(key));
|
||||
make_state_key(ctx, &key);
|
||||
|
||||
prog = (struct gl_fragment_program *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue