summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_stencil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/swrast/s_stencil.h')
-rw-r--r--src/mesa/swrast/s_stencil.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mesa/swrast/s_stencil.h b/src/mesa/swrast/s_stencil.h
index 8c4c3b3d03..3658e9dba6 100644
--- a/src/mesa/swrast/s_stencil.h
+++ b/src/mesa/swrast/s_stencil.h
@@ -1,4 +1,4 @@
-/* $Id: s_stencil.h,v 1.5 2002/02/02 17:24:11 brianp Exp $ */
+/* $Id: s_stencil.h,v 1.6 2002/02/02 21:40:34 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -38,11 +38,6 @@ extern GLboolean
_mesa_stencil_and_ztest_span(GLcontext *ctx, struct sw_span *span);
-extern GLboolean
-_mesa_stencil_and_ztest_pixels( GLcontext *ctx, GLuint n,
- const GLint x[], const GLint y[],
- const GLdepth z[], GLubyte mask[] );
-
extern void
_mesa_read_stencil_span( GLcontext *ctx, GLint n, GLint x, GLint y,