diff options
Diffstat (limited to 'src')
-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 ); |