diff options
author | Ian Romanick <[email protected]> | 2010-02-24 19:06:29 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2010-03-03 12:37:05 -0800 |
commit | 5034e8ad42df60a7f61319ccd6c1a3dbf28e6699 (patch) | |
tree | 4e0cc7b446db8f6d40f20d5ff9f558d73ac778a9 /src/mesa/swrast/s_logic.h | |
parent | 3d0f608e139336174121617f760398abca25eb31 (diff) |
swrast: Remove _swrast_logicop_ci_span
After all the recent color-index rendering removal,
_swrast_logicop_ci_span is no longer used anywhere.
Signed-off-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/swrast/s_logic.h')
-rw-r--r-- | src/mesa/swrast/s_logic.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/swrast/s_logic.h b/src/mesa/swrast/s_logic.h index ba20cd7b325..e8cfae33f23 100644 --- a/src/mesa/swrast/s_logic.h +++ b/src/mesa/swrast/s_logic.h @@ -29,12 +29,6 @@ #include "swrast.h" - -extern void -_swrast_logicop_ci_span(GLcontext *ctx, struct gl_renderbuffer *rb, - SWspan *span); - - extern void _swrast_logicop_rgba_span(GLcontext *ctx, struct gl_renderbuffer *rb, SWspan *span); |