summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_drawpix.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-11-09 01:04:50 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-11-09 01:04:50 +0000
commitc55c963f4c3ec6101241501de0f759520b985853 (patch)
tree55d6ad640a2c902496c46bf916690a4f82606ab5 /src/mesa/swrast/s_drawpix.h
parent4084e3c215d4db6370422fc718217bade7445618 (diff)
Removed _swrast_clip_pixelrect(). Use _mesa_clip_drawpixels() instead.
Diffstat (limited to 'src/mesa/swrast/s_drawpix.h')
-rw-r--r--src/mesa/swrast/s_drawpix.h7
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