diff options
Diffstat (limited to 'src/mesa/main/dlist.h')
-rw-r--r-- | src/mesa/main/dlist.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/dlist.h b/src/mesa/main/dlist.h index 098468fd176..9436603d0a5 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 ); |