summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/accum.h
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2017-05-03 13:34:42 +1000
committerTimothy Arceri <[email protected]>2017-05-04 11:35:37 +1000
commite2f30076651246fc8444894cabd8f22a0fb32f25 (patch)
tree17c92157b81398663425d510036dd730505a20c1 /src/mesa/main/accum.h
parentb549f054a629555e241b0769f7aadfa1f90171fb (diff)
mesa: make _mesa_accum() static
Reviewed-by: Samuel Pitoiset <[email protected]>
Diffstat (limited to 'src/mesa/main/accum.h')
-rw-r--r--src/mesa/main/accum.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/accum.h b/src/mesa/main/accum.h
index ede2ecca86a..fe253a20db6 100644
--- a/src/mesa/main/accum.h
+++ b/src/mesa/main/accum.h
@@ -47,9 +47,6 @@ void GLAPIENTRY
_mesa_Accum( GLenum op, GLfloat value );
extern void
-_mesa_accum(struct gl_context *ctx, GLenum op, GLfloat value);
-
-extern void
_mesa_clear_accum_buffer(struct gl_context *ctx);
extern void