diff options
Diffstat (limited to 'src/mesa/main/polygon.c')
-rw-r--r-- | src/mesa/main/polygon.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mesa/main/polygon.c b/src/mesa/main/polygon.c index 83690035ff..09399da8ea 100644 --- a/src/mesa/main/polygon.c +++ b/src/mesa/main/polygon.c @@ -1,4 +1,4 @@ -/* $Id: polygon.c,v 1.1 1999/08/19 00:55:41 jtg Exp $ */ +/* $Id: polygon.c,v 1.2 1999/08/26 14:50:49 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -119,9 +119,6 @@ void gl_PolygonMode( GLcontext *ctx, GLenum face, GLenum mode ) ctx->Polygon.Unfilled = GL_TRUE; ctx->TriangleCaps |= DD_TRI_UNFILLED; } - else { - ctx->Polygon.Unfilled = GL_FALSE; - } ctx->NewState |= (NEW_POLYGON | NEW_RASTER_OPS); |