Module: Mesa Branch: master Commit: b549f054a629555e241b0769f7aadfa1f90171fb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b549f054a629555e241b0769f7aadfa1f90171fb
Author: Timothy Arceri <[email protected]> Date: Wed May 3 13:33:58 2017 +1000 mesa: tidy up accum.h These were unused. Reviewed-by: Samuel Pitoiset <[email protected]> --- 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 a5665c757d..ede2ecca86 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 ); _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
