summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/polygon.h
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2014-12-01 13:41:47 -0700
committerBrian Paul <[email protected]>2014-12-01 16:30:12 -0700
commitc407c6d58891dbb1fcdfc6ef17e6001b53d7e040 (patch)
tree6f8cea38e680d9c62f413bf0eeadc790f6e0899d /src/mesa/main/polygon.h
parentf54162857c5fe354768cdbdeb38b379fcc26e600 (diff)
mesa: inline/remove _mesa_polygon_stipple()
Was not called from any other place. Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main/polygon.h')
-rw-r--r--src/mesa/main/polygon.h4
1 files changed, 0 insertions, 4 deletions
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 );