From ee38dfe9a5525375012d1c6681e7c39c15ac3049 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Tue, 6 Jun 2017 21:58:25 +0200 Subject: mesa: make _mesa_scissor_bounding_box() static Signed-off-by: Samuel Pitoiset Reviewed-by: Timothy Arceri --- src/mesa/main/framebuffer.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mesa/main/framebuffer.h') diff --git a/src/mesa/main/framebuffer.h b/src/mesa/main/framebuffer.h index ee0690b068b..bc6e7bc31ac 100644 --- a/src/mesa/main/framebuffer.h +++ b/src/mesa/main/framebuffer.h @@ -71,10 +71,6 @@ _mesa_resize_framebuffer(struct gl_context *ctx, struct gl_framebuffer *fb, extern void _mesa_resizebuffers( struct gl_context *ctx ); -extern void -_mesa_scissor_bounding_box(const struct gl_context *ctx, - const struct gl_framebuffer *buffer, - unsigned idx, int *bbox); extern void _mesa_intersect_scissor_bounding_box(const struct gl_context *ctx, unsigned idx, int *bbox); -- cgit v1.2.3