projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c0d782
)
mesa: remove ancient, unused gl_free_control_points prototoype
author
Brian Paul
<brianp@vmware.com>
Wed, 9 Nov 2011 21:41:03 +0000
(14:41 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 11 Nov 2011 14:10:55 +0000
(07:10 -0700)
src/mesa/main/eval.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/eval.h
b/src/mesa/main/eval.h
index 5a42031385aee4f8b23d8d8523682b5ed9a408f4..c07d4d532985728f4afbe25b434e0e6ee71bc8eb 100644
(file)
--- 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 );