mesa: remove ancient, unused gl_free_control_points prototoype

This commit is contained in:
Brian Paul
2011-11-09 14:41:03 -07:00
parent 9c0d7828d2
commit 6ba0ba09b4
-4
View File
@@ -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 );