mesa: tidy up accum.h
authorTimothy Arceri <tarceri@itsqueeze.com>
Wed, 3 May 2017 03:33:58 +0000 (13:33 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Thu, 4 May 2017 01:35:37 +0000 (11:35 +1000)
These were unused.

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
src/mesa/main/accum.h

index a5665c7..ede2ecc 100644 (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 );