From b00362e51b28b4ea43c5f42353182146bd5e802b Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 24 Feb 2010 16:07:11 -0800 Subject: swrast: Remove _swrast_fog_ci_span and associated code After all the recent color-index rendering removal, _swrast_fog_ci_span is no longer used anywhere. Signed-off-by: Ian Romanick --- src/mesa/swrast/s_fog.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mesa/swrast/s_fog.h') diff --git a/src/mesa/swrast/s_fog.h b/src/mesa/swrast/s_fog.h index 50760d88af..06107de3f9 100644 --- a/src/mesa/swrast/s_fog.h +++ b/src/mesa/swrast/s_fog.h @@ -37,8 +37,4 @@ _swrast_z_to_fogfactor(GLcontext *ctx, GLfloat z); extern void _swrast_fog_rgba_span( const GLcontext *ctx, SWspan *span ); -extern void -_swrast_fog_ci_span( const GLcontext *ctx, SWspan *span ); - - #endif -- cgit v1.2.3