From: Timothy Arceri Date: Wed, 3 May 2017 03:33:58 +0000 (+1000) Subject: mesa: tidy up accum.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b549f054a629555e241b0769f7aadfa1f90171fb;p=mesa.git mesa: tidy up accum.h These were unused. Reviewed-by: Samuel Pitoiset --- diff --git a/src/mesa/main/accum.h b/src/mesa/main/accum.h index a5665c757d1..ede2ecca86a 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 );