diff options
Diffstat (limited to 'src/mesa/swrast/s_drawpix.h')
-rw-r--r-- | src/mesa/swrast/s_drawpix.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mesa/swrast/s_drawpix.h b/src/mesa/swrast/s_drawpix.h index 605a293dae..66067115dd 100644 --- a/src/mesa/swrast/s_drawpix.h +++ b/src/mesa/swrast/s_drawpix.h @@ -31,11 +31,6 @@ #include "mtypes.h" #include "swrast.h" - -extern GLboolean -_swrast_clip_pixelrect(const GLcontext *ctx, - GLint *destX, GLint *destY, - GLsizei *width, GLsizei *height, - GLint *skipPixels, GLint *skipRows); +/* XXX kill this header? */ #endif |