summaryrefslogtreecommitdiff
path: root/src/mesa/main/bufferobj.h
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2003-12-04 14:30:53 +0000
committerAlan Hourihane <alanh@tungstengraphics.com>2003-12-04 14:30:53 +0000
commit8ea178d68f23fe04e9a83ad7f96083318ad1cc92 (patch)
tree339938cd385ae3b05151acad10b719ebb7c06409 /src/mesa/main/bufferobj.h
parentb97faf113d31b376c8a84d3cfa43b62d3be0dbeb (diff)
remove duplicate declaration
Diffstat (limited to 'src/mesa/main/bufferobj.h')
-rw-r--r--src/mesa/main/bufferobj.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/bufferobj.h b/src/mesa/main/bufferobj.h
index 8490e36fc5..236545b9ab 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 );