summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/swrast.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2001-01-13 07:13:28 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2001-01-13 07:13:28 +0000
commit8415686ea22bc9165720590261581ff997f2eb7a (patch)
tree368d9172e26b2c36d67008628f5aa7f35e1a7d5d /src/mesa/swrast/swrast.h
parent321f67c4729adeebd7aa9ef9e22c95e709952851 (diff)
Use correct pv in swrast lines routines
Diffstat (limited to 'src/mesa/swrast/swrast.h')
-rw-r--r--src/mesa/swrast/swrast.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mesa/swrast/swrast.h b/src/mesa/swrast/swrast.h
index 056435ee70..94b564d78e 100644
--- a/src/mesa/swrast/swrast.h
+++ b/src/mesa/swrast/swrast.h
@@ -119,12 +119,7 @@ _swrast_Accum( GLcontext *ctx, GLenum op,
GLint width, GLint height );
-/* Get a pointer to the stipple counter.
- */
-extern GLuint *
-_swrast_get_stipple_counter_ref( GLcontext *ctx );
-
-/* Reset the stipple pointer via a function call
+/* Reset the stipple counter
*/
extern void
_swrast_ResetLineStipple( GLcontext *ctx );