summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/polygon.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2014-12-01 13:41:47 -0700
committerBrian Paul <brianp@vmware.com>2014-12-01 16:30:12 -0700
commitc407c6d58891dbb1fcdfc6ef17e6001b53d7e040 (patch)
tree6f8cea38e680d9c62f413bf0eeadc790f6e0899d /src/mesa/main/polygon.h
parentf54162857c5fe354768cdbdeb38b379fcc26e600 (diff)
downloadexternal_mesa3d-c407c6d58891dbb1fcdfc6ef17e6001b53d7e040.zip
external_mesa3d-c407c6d58891dbb1fcdfc6ef17e6001b53d7e040.tar.gz
external_mesa3d-c407c6d58891dbb1fcdfc6ef17e6001b53d7e040.tar.bz2
mesa: inline/remove _mesa_polygon_stipple()
Was not called from any other place. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
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 69c5cbc..530adba 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 );