aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/atifragshader.c
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2017-03-23 23:59:56 +0100
committerMarek Olšák <[email protected]>2017-03-29 15:44:00 +0200
commita2db9f9ff42435bc952ae1897b76b42610aeb7b7 (patch)
tree4e1be8632cd5c7d7a2efad1ec1ea2f8ef79f4b2d /src/mesa/main/atifragshader.c
parente81ee821194fbe1fc3b4b63f74fd8a33cb7e123b (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/atifragshader.c')
-rw-r--r--src/mesa/main/atifragshader.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/atifragshader.c b/src/mesa/main/atifragshader.c
index 83a449a1b13..27d8b864770 100644
--- a/src/mesa/main/atifragshader.c
+++ b/src/mesa/main/atifragshader.c
@@ -264,9 +264,6 @@ _mesa_BindFragmentShaderATI(GLuint id)
assert(ctx->ATIFragmentShader.Current);
if (newProg)
newProg->RefCount++;
-
- /*if (ctx->Driver.BindProgram)
- ctx->Driver.BindProgram(ctx, target, prog); */
}
void GLAPIENTRY