drisw: Move pointer dereferences to after NULL checks.
[mesa.git] / src / mesa / swrast / s_fog.h
index 50760d88af752790f457ef2643b49f665a4f583c..06107de3f9dc4cc245192c85f52586aec999f00c 100644 (file)
@@ -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