swrast: Remove _swrast_write_zoomed_index_span and associated code
[mesa.git] / src / mesa / swrast / s_zoom.h
index d2815b41a0eaa4b0551d2507ed49f4126ba2a32a..43917be65fc93494c25eb035a1952e7f0df42c76 100644 (file)
@@ -36,10 +36,6 @@ extern void
 _swrast_write_zoomed_rgb_span(GLcontext *ctx, GLint imgX, GLint imgY,
                               const SWspan *span, const GLvoid *rgb);
 
-extern void
-_swrast_write_zoomed_index_span(GLcontext *ctx, GLint imgX, GLint imgY,
-                                const SWspan *span);
-
 extern void
 _swrast_write_zoomed_depth_span(GLcontext *ctx, GLint imgX, GLint imgY,
                                 const SWspan *span);