fix GL_DOT3_RGBA texture combiner mode in generated fragment programs (bug #11030)
[mesa.git] / src / mesa / swrast / s_drawpix.h
index 9c0d8e5529f6fec88f8882cfd29c6d82e08e7b6f..66067115ddb2d561b532e4aeb5f7cf1e60f68fbc 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: s_drawpix.h,v 1.4 2003/03/25 02:23:46 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
 #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