Reviewed-by: Samuel Pitoiset <samuel.pitoi...@gmail.com>

On 05/03/2017 05:38 AM, Timothy Arceri wrote:
These were unused.
---
  src/mesa/main/accum.h | 2 --
  1 file changed, 2 deletions(-)

diff --git a/src/mesa/main/accum.h b/src/mesa/main/accum.h
index a5665c7..ede2ecc 100644
--- a/src/mesa/main/accum.h
+++ b/src/mesa/main/accum.h
@@ -32,23 +32,21 @@
   * OTHER DEALINGS IN THE SOFTWARE.
   */
#ifndef ACCUM_H
  #define ACCUM_H
#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 );
  void GLAPIENTRY
  _mesa_Accum( GLenum op, GLfloat value );
extern void
  _mesa_accum(struct gl_context *ctx, GLenum op, GLfloat value);
extern void

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to