From: Alan Hourihane Date: Thu, 4 Dec 2003 14:30:53 +0000 (+0000) Subject: remove duplicate declaration X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8ea178d68f23fe04e9a83ad7f96083318ad1cc92;p=mesa.git remove duplicate declaration --- diff --git a/src/mesa/main/bufferobj.h b/src/mesa/main/bufferobj.h index 8490e36fc54..236545b9abe 100644 --- a/src/mesa/main/bufferobj.h +++ b/src/mesa/main/bufferobj.h @@ -39,10 +39,6 @@ extern void _mesa_init_buffer_objects( GLcontext *ctx ); -extern void -_mesa_initialize_buffer_object( struct gl_buffer_object *obj, - GLuint name, GLenum target ); - extern struct gl_buffer_object * _mesa_new_buffer_object( GLcontext *ctx, GLuint name, GLenum target );