diff options
author | Marek Olšák <[email protected]> | 2016-07-17 20:54:51 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2016-07-30 15:02:14 +0200 |
commit | 12aec78993edface7f530eede9e018b5fa1897b7 (patch) | |
tree | efbe72650dedbb30702a14c31ec4ff967de7a1b8 /src/mesa/main/dd.h | |
parent | b47839ad8361ef42a0f38c52fe24307b865c5489 (diff) |
mesa: remove dd_function_table::UseProgram
finally unused
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/mesa/main/dd.h')
-rw-r--r-- | src/mesa/main/dd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index 114cbd2b151..a3dc191b444 100644 --- a/src/mesa/main/dd.h +++ b/src/mesa/main/dd.h @@ -785,7 +785,6 @@ struct dd_function_table { */ /*@{*/ struct gl_linked_shader *(*NewShader)(gl_shader_stage stage); - void (*UseProgram)(struct gl_context *ctx, struct gl_shader_program *shProg); /*@}*/ /** |