From c407c6d58891dbb1fcdfc6ef17e6001b53d7e040 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 1 Dec 2014 13:41:47 -0700 Subject: mesa: inline/remove _mesa_polygon_stipple() Was not called from any other place. Reviewed-by: Kenneth Graunke --- src/mesa/main/polygon.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mesa/main/polygon.h') diff --git a/src/mesa/main/polygon.h b/src/mesa/main/polygon.h index 69c5cbc459f..530adba4cb4 100644 --- a/src/mesa/main/polygon.h +++ b/src/mesa/main/polygon.h @@ -39,10 +39,6 @@ struct gl_context; extern void GLAPIENTRY _mesa_GetnPolygonStippleARB( GLsizei bufSize, GLubyte *dest ); -extern void -_mesa_polygon_stipple(struct gl_context *ctx, const GLubyte *pattern); - - extern void GLAPIENTRY _mesa_CullFace( GLenum mode ); -- cgit v1.2.3