From cf6be2d5bd7032d120424f8bc4c926d9d137d223 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 1 Mar 2006 15:44:20 +0000 Subject: 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. --- src/mesa/main/dlist.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mesa/main/dlist.h') diff --git a/src/mesa/main/dlist.h b/src/mesa/main/dlist.h index 098468f..9436603 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 ); -- cgit v1.1