diff options
author | Brian Paul <[email protected]> | 2006-05-24 03:30:31 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-05-24 03:30:31 +0000 |
commit | 65a51c0d6243f07491578e95b85bc483f923b817 (patch) | |
tree | e69752a9d8750d13cbf7c6f1aaa62e76400ebc82 /src/mesa/shader/program.h | |
parent | 5a67af97fabbc712bd8f1f944b485e86e93b3c03 (diff) |
Roll _mesa_free_parameters() into calling function (the only caller).
Replace assert(0) with _mesa_warning().
Use new _mesa_align_realloc() function.
New comments, clean-ups.
Diffstat (limited to 'src/mesa/shader/program.h')
-rw-r--r-- | src/mesa/shader/program.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/shader/program.h b/src/mesa/shader/program.h index ed2a8f15c51..4b227877d43 100644 --- a/src/mesa/shader/program.h +++ b/src/mesa/shader/program.h @@ -222,9 +222,6 @@ _mesa_new_parameter_list(void); extern void _mesa_free_parameter_list(struct program_parameter_list *paramList); -extern void -_mesa_free_parameters(struct program_parameter_list *paramList); - extern GLint _mesa_add_named_parameter(struct program_parameter_list *paramList, const char *name, const GLfloat values[4]); |