projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b97faf1
)
remove duplicate declaration
author
Alan Hourihane
<alanh@tungstengraphics.com>
Thu, 4 Dec 2003 14:30:53 +0000
(14:30 +0000)
committer
Alan Hourihane
<alanh@tungstengraphics.com>
Thu, 4 Dec 2003 14:30:53 +0000
(14:30 +0000)
src/mesa/main/bufferobj.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/bufferobj.h
b/src/mesa/main/bufferobj.h
index 8490e36fc54171adc49f7fda4a826c3537b4a58d..236545b9abe54b8e7aba6fb644585aa428d21b54 100644
(file)
--- 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 );