diff options
author | Marek Olšák <[email protected]> | 2017-03-23 23:59:56 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-03-29 15:44:00 +0200 |
commit | a2db9f9ff42435bc952ae1897b76b42610aeb7b7 (patch) | |
tree | 4e1be8632cd5c7d7a2efad1ec1ea2f8ef79f4b2d /src/mesa/main/dd.h | |
parent | e81ee821194fbe1fc3b4b63f74fd8a33cb7e123b (diff) |
mesa: remove dd_function_table::BindProgram
Reviewed-by: Edward O'Callaghan <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/mesa/main/dd.h')
-rw-r--r-- | src/mesa/main/dd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index f300ad6cc00..b3a85f19857 100644 --- a/src/mesa/main/dd.h +++ b/src/mesa/main/dd.h @@ -469,9 +469,6 @@ struct dd_function_table { * \name Vertex/fragment program functions */ /*@{*/ - /** Bind a vertex/fragment program */ - void (*BindProgram)(struct gl_context *ctx, GLenum target, - struct gl_program *prog); /** Allocate a new program */ struct gl_program * (*NewProgram)(struct gl_context *ctx, GLenum target, GLuint id, bool is_arb_asm); |