summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-11-09 14:41:03 -0700
committerBrian Paul <brianp@vmware.com>2011-11-11 07:10:55 -0700
commit6ba0ba09b44eae303497b81a040193e326fc5cd8 (patch)
treeec28183208d734efd13f300d263adb89c5899a54
parent9c0d7828d29e1e5f766a6601b0ffebbe1cfed1d2 (diff)
mesa: remove ancient, unused gl_free_control_points prototoype
-rw-r--r--src/mesa/main/eval.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/eval.h b/src/mesa/main/eval.h
index 5a42031385a..c07d4d53298 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 );