Merge branch 'origin'
[mesa.git] / src / mesa / swrast / s_drawpix.h
index 605a293daea2dd21ffefa88dc4591d64228cf7e6..66067115ddb2d561b532e4aeb5f7cf1e60f68fbc 100644 (file)
 #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