summaryrefslogtreecommitdiffstats
path: root/src/mesa/program/prog_parameter.h
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2012-10-10 17:06:41 -0700
committerKenneth Graunke <[email protected]>2012-10-16 11:35:24 -0700
commit1366db2ef605e063f949acb31b63bd603ea6e6b4 (patch)
tree751af32b0bdad97c421a7bba65f4545b1628b53f /src/mesa/program/prog_parameter.h
parentd0021cb0fb7c28ff9f496f02b7bb3b2ab0722304 (diff)
mesa: Remove dead _mesa_add_attribute() function.
Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/program/prog_parameter.h')
-rw-r--r--src/mesa/program/prog_parameter.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/program/prog_parameter.h b/src/mesa/program/prog_parameter.h
index 4ef7a2c213a..01b1519eab5 100644
--- a/src/mesa/program/prog_parameter.h
+++ b/src/mesa/program/prog_parameter.h
@@ -135,10 +135,6 @@ _mesa_add_unnamed_constant(struct gl_program_parameter_list *paramList,
GLuint *swizzleOut);
extern GLint
-_mesa_add_attribute(struct gl_program_parameter_list *paramList,
- const char *name, GLint size, GLenum datatype, GLint attrib);
-
-extern GLint
_mesa_add_state_reference(struct gl_program_parameter_list *paramList,
const gl_state_index stateTokens[STATE_LENGTH]);