From 99940eef48980b795b10e43ac388b7435b8defbc Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 22 Sep 2012 18:45:33 -0600 Subject: mesa: remove #if _HAVE_FULL_GL checks This is basically more of the "remove FEATURE_x" clean-up. Reviewed-by: Ian Romanick --- src/mesa/main/polygon.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mesa/main/polygon.c') diff --git a/src/mesa/main/polygon.c b/src/mesa/main/polygon.c index d7d52daa89e..eb53f8a4ac2 100644 --- a/src/mesa/main/polygon.c +++ b/src/mesa/main/polygon.c @@ -184,8 +184,6 @@ _mesa_PolygonMode( GLenum face, GLenum mode ) ctx->Driver.PolygonMode(ctx, face, mode); } -#if _HAVE_FULL_GL - /** * This routine updates the ctx->Polygon.Stipple state. @@ -298,7 +296,6 @@ _mesa_PolygonOffsetEXT( GLfloat factor, GLfloat bias ) _mesa_PolygonOffset(factor, bias * ctx->DrawBuffer->_DepthMaxF ); } -#endif /**********************************************************************/ -- cgit v1.2.3