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/clear.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mesa/main/clear.c') diff --git a/src/mesa/main/clear.c b/src/mesa/main/clear.c index f07d5333b65..83ffdf66ba4 100644 --- a/src/mesa/main/clear.c +++ b/src/mesa/main/clear.c @@ -41,7 +41,6 @@ -#if _HAVE_FULL_GL void GLAPIENTRY _mesa_ClearIndex( GLfloat c ) { @@ -54,7 +53,6 @@ _mesa_ClearIndex( GLfloat c ) FLUSH_VERTICES(ctx, _NEW_COLOR); ctx->Color.ClearIndex = (GLuint) c; } -#endif /** -- cgit v1.2.3