Module: Mesa Branch: master Commit: 6ba0ba09b44eae303497b81a040193e326fc5cd8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6ba0ba09b44eae303497b81a040193e326fc5cd8
Author: Brian Paul <[email protected]> Date: Wed Nov 9 14:41:03 2011 -0700 mesa: remove ancient, unused gl_free_control_points prototoype --- src/mesa/main/eval.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/src/mesa/main/eval.h b/src/mesa/main/eval.h index 5a42031..c07d4d5 100644 --- a/src/mesa/main/eval.h +++ b/src/mesa/main/eval.h @@ -58,10 +58,6 @@ extern GLuint _mesa_evaluator_components( GLenum target ); -extern void gl_free_control_points( struct gl_context *ctx, - GLenum target, GLfloat *data ); - - extern GLfloat *_mesa_copy_map_points1f( GLenum target, GLint ustride, GLint uorder, const GLfloat *points ); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
