diff options
Diffstat (limited to 'src/mesa/main/framebuffer.h')
-rw-r--r-- | src/mesa/main/framebuffer.h | 4 |
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); |