summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/framebuffer.h
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-06-06 21:58:25 +0200
committerSamuel Pitoiset <[email protected]>2017-06-07 09:09:04 +0200
commitee38dfe9a5525375012d1c6681e7c39c15ac3049 (patch)
tree3dedc69f9c71991a8f90cdd9fb65b3d6e62648da /src/mesa/main/framebuffer.h
parent8614f31be2deb036f5bf6c36f95b457c5f737461 (diff)
mesa: make _mesa_scissor_bounding_box() static
Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/main/framebuffer.h')
-rw-r--r--src/mesa/main/framebuffer.h4
1 files changed, 0 insertions, 4 deletions
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
@@ -72,10 +72,6 @@ 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);