mesa: tidy up accum.h

These were unused.

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
This commit is contained in:
Timothy Arceri 2017-05-03 13:33:58 +10:00
parent e473fdcdab
commit b549f054a6

View file

@ -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 );