summaryrefslogtreecommitdiff
path: root/src/mesa/main/dlist.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-03-01 15:44:20 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-03-01 15:44:20 +0000
commitcf6be2d5bd7032d120424f8bc4c926d9d137d223 (patch)
treeae4091da7c2658e70afaf3d2403b12469d2f352e /src/mesa/main/dlist.h
parentdbfd246db89e194b332d4e76eb832998085263a2 (diff)
No need for _mesa_save_error() to be public.
glVertexAttrib() w/ bad index should generate GL_INVALID_VALUE, not GL_INVALID_ENUM. Misc clean-ups.
Diffstat (limited to 'src/mesa/main/dlist.h')
-rw-r--r--src/mesa/main/dlist.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/dlist.h b/src/mesa/main/dlist.h
index 098468fd17..9436603d0a 100644
--- a/src/mesa/main/dlist.h
+++ b/src/mesa/main/dlist.h
@@ -64,8 +64,6 @@ extern void GLAPIENTRY _mesa_save_CallList( GLuint list );
extern void _mesa_init_dlist_table( struct _glapi_table *table );
-extern void _mesa_save_error( GLcontext *ctx, GLenum error, const char *s );
-
extern void _mesa_compile_error( GLcontext *ctx, GLenum error, const char *s );