summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2017-05-03 13:33:58 +1000
committerTimothy Arceri <[email protected]>2017-05-04 11:35:37 +1000
commitb549f054a629555e241b0769f7aadfa1f90171fb (patch)
treed6a8e19f6c075e05620b79f25309bfabfa54e570
parente473fdcdabcdb58df17716a33d532a765e39bf72 (diff)
mesa: tidy up accum.h
These were unused. Reviewed-by: Samuel Pitoiset <[email protected]>
-rw-r--r--src/mesa/main/accum.h2
1 files changed, 0 insertions, 2 deletions
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 );