summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/bufferobj.h
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2017-05-04 14:06:57 +1000
committerTimothy Arceri <[email protected]>2017-05-07 15:29:33 +1000
commit123b113f957af15eeedfdf959bc77dd363106aef (patch)
tree21ae7d26cc6c4b1a461019a8537d7a9bd3fa5526 /src/mesa/main/bufferobj.h
parent681647eca8dadf00c129cd7066b98f0a876873de (diff)
mesa: make _mesa_buffer_storage() static
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/main/bufferobj.h')
-rw-r--r--src/mesa/main/bufferobj.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/main/bufferobj.h b/src/mesa/main/bufferobj.h
index fefb01311bc..93a360dcb63 100644
--- a/src/mesa/main/bufferobj.h
+++ b/src/mesa/main/bufferobj.h
@@ -133,11 +133,6 @@ extern void
_mesa_init_buffer_object_functions(struct dd_function_table *driver);
extern void
-_mesa_buffer_storage(struct gl_context *ctx, struct gl_buffer_object *bufObj,
- GLenum target, GLsizeiptr size, const GLvoid *data,
- GLbitfield flags, const char *func);
-
-extern void
_mesa_buffer_data(struct gl_context *ctx, struct gl_buffer_object *bufObj,
GLenum target, GLsizeiptr size, const GLvoid *data,
GLenum usage, const char *func);