diff options
author | Brian Paul <[email protected]> | 2004-11-09 01:04:50 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-11-09 01:04:50 +0000 |
commit | c55c963f4c3ec6101241501de0f759520b985853 (patch) | |
tree | 55d6ad640a2c902496c46bf916690a4f82606ab5 /src/mesa/swrast/s_drawpix.h | |
parent | 4084e3c215d4db6370422fc718217bade7445618 (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.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 605a293daea..66067115ddb 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 |