diff options
Diffstat (limited to 'src/mesa/program/prog_statevars.h')
-rw-r--r-- | src/mesa/program/prog_statevars.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/program/prog_statevars.h b/src/mesa/program/prog_statevars.h index efd0e030cb3..af2c89792d7 100644 --- a/src/mesa/program/prog_statevars.h +++ b/src/mesa/program/prog_statevars.h @@ -146,9 +146,6 @@ extern char * _mesa_program_state_string(const gl_state_index state[STATE_LENGTH]); -extern void -_mesa_load_tracked_matrices(struct gl_context *ctx); - #ifdef __cplusplus } |