summaryrefslogtreecommitdiffstats
path: root/src/mesa/program/prog_parameter.h
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2012-10-10 17:04:33 -0700
committerKenneth Graunke <[email protected]>2012-10-16 11:35:24 -0700
commiteda4a4ae81481c4b0a300ad91e607a18a8d81cb3 (patch)
tree6122a0e1f7954f9a06bc6dd938b3b248beb5ea1e /src/mesa/program/prog_parameter.h
parentf7cfe3fc708ce7d90699ec3144691371740d62e6 (diff)
mesa: Remove dead _mesa_add_varying() 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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/program/prog_parameter.h b/src/mesa/program/prog_parameter.h
index 2d98802edd9..4ef7a2c213a 100644
--- a/src/mesa/program/prog_parameter.h
+++ b/src/mesa/program/prog_parameter.h
@@ -135,11 +135,6 @@ _mesa_add_unnamed_constant(struct gl_program_parameter_list *paramList,
GLuint *swizzleOut);
extern GLint
-_mesa_add_varying(struct gl_program_parameter_list *paramList,
- const char *name, GLuint size, GLenum datatype,
- GLbitfield flags);
-
-extern GLint
_mesa_add_attribute(struct gl_program_parameter_list *paramList,
const char *name, GLint size, GLenum datatype, GLint attrib);