diff options
author | Timothy Arceri <[email protected]> | 2017-05-03 13:33:58 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-05-04 11:35:37 +1000 |
commit | b549f054a629555e241b0769f7aadfa1f90171fb (patch) | |
tree | d6a8e19f6c075e05620b79f25309bfabfa54e570 | |
parent | e473fdcdabcdb58df17716a33d532a765e39bf72 (diff) |
mesa: tidy up accum.h
These were unused.
Reviewed-by: Samuel Pitoiset <[email protected]>
-rw-r--r-- | src/mesa/main/accum.h | 2 |
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 ); |