diff options
author | Timothy Arceri <[email protected]> | 2017-05-04 13:14:27 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-05-07 15:29:33 +1000 |
commit | 6c3768692e4edd7f61080239f34306be0d43bafd (patch) | |
tree | e05ef17cfb1bf0a2cbf1e94e6e385987623995bc /src/mesa/main/bufferobj.h | |
parent | 9d010f57dbb905c79a8916a2de3bc060a4099854 (diff) |
mesa: make _mesa_unmap_buffer() static
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/main/bufferobj.h')
-rw-r--r-- | src/mesa/main/bufferobj.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/bufferobj.h b/src/mesa/main/bufferobj.h index f95e31ab107..30e3105ff66 100644 --- a/src/mesa/main/bufferobj.h +++ b/src/mesa/main/bufferobj.h @@ -180,10 +180,6 @@ _mesa_clear_buffer_sub_data(struct gl_context *ctx, const GLvoid *data, const char *func, bool subdata); -extern GLboolean -_mesa_unmap_buffer(struct gl_context *ctx, struct gl_buffer_object *bufObj, - const char *func); - /* * API functions */ |