diff options
Diffstat (limited to 'src/mesa/swrast/swrast.h')
-rw-r--r-- | src/mesa/swrast/swrast.h | 7 |
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 ); |