diff options
author | Ian Romanick <[email protected]> | 2010-02-24 16:10:02 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2010-03-03 12:37:04 -0800 |
commit | 0ca57295785f3ab040890037e6a2645a70d2b2f2 (patch) | |
tree | 8812b3a3a859b8f40b73304695aaf866ea1d1cf5 /src/mesa/swrast/s_masking.h | |
parent | b00362e51b28b4ea43c5f42353182146bd5e802b (diff) |
swrast: Remove _swrast_mask_ci_span
After all the recent color-index rendering removal,
_swrast_mask_ci_span is no longer used anywhere.
Signed-off-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/swrast/s_masking.h')
-rw-r--r-- | src/mesa/swrast/s_masking.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/swrast/s_masking.h b/src/mesa/swrast/s_masking.h index fed47f8cfbe..3ba4f8356cb 100644 --- a/src/mesa/swrast/s_masking.h +++ b/src/mesa/swrast/s_masking.h @@ -34,9 +34,4 @@ extern void _swrast_mask_rgba_span(GLcontext *ctx, struct gl_renderbuffer *rb, SWspan *span, GLuint buf); - -extern void -_swrast_mask_ci_span(GLcontext *ctx, struct gl_renderbuffer *rb, - SWspan *span); - #endif |