summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/buffers.h
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2016-02-23 13:32:21 -0700
committerBrian Paul <[email protected]>2016-02-24 08:31:37 -0700
commitebfcf9de43071e8eab6afe6fba5ee879b72dcbee (patch)
tree946421455831f8cd675d5f8d641365d4553c3a45 /src/mesa/main/buffers.h
parent1e41c2e1350a91b9de4359011328e4de0418b33b (diff)
mesa: make _mesa_read_buffer() static
Not called from any other file. Remove _mesa_ prefix and update comments. Reviewed-by: Rob Clark <[email protected]> Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/mesa/main/buffers.h')
-rw-r--r--src/mesa/main/buffers.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/buffers.h b/src/mesa/main/buffers.h
index c30cb755cd6..a57bd152d63 100644
--- a/src/mesa/main/buffers.h
+++ b/src/mesa/main/buffers.h
@@ -73,10 +73,6 @@ extern void
_mesa_update_draw_buffers(struct gl_context *ctx);
-extern void
-_mesa_read_buffer(struct gl_context *ctx, struct gl_framebuffer *fb,
- GLenum buffer, const char *caller);
-
extern void GLAPIENTRY
_mesa_ReadBuffer( GLenum mode );