From b549f054a629555e241b0769f7aadfa1f90171fb Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Wed, 3 May 2017 13:33:58 +1000 Subject: [PATCH] mesa: tidy up accum.h These were unused. Reviewed-by: Samuel Pitoiset --- src/mesa/main/accum.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mesa/main/accum.h b/src/mesa/main/accum.h index a5665c7..ede2ecc 100644 --- a/src/mesa/main/accum.h +++ b/src/mesa/main/accum.h @@ -39,9 +39,7 @@ #include "main/glheader.h" -struct _glapi_table; struct gl_context; -struct gl_renderbuffer; extern void GLAPIENTRY _mesa_ClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha ); -- 2.7.4