diff options
author | Marek Olšák <[email protected]> | 2015-09-27 21:28:22 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2015-10-03 22:06:08 +0200 |
commit | a6cc895e935889fce674e3988f326a2bae3b51ce (patch) | |
tree | a78cfdee67b6de9ea1694c3856eb1fdf8fb2a27f /src/mesa/main/dd.h | |
parent | a4fca2448422f52508cf7c7948102299c2db63d6 (diff) |
mesa: remove Driver.Accum
Nothing calls it.
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/dd.h')
-rw-r--r-- | src/mesa/main/dd.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index 1cccace12cb..04d6935c73a 100644 --- a/src/mesa/main/dd.h +++ b/src/mesa/main/dd.h @@ -111,12 +111,6 @@ struct dd_function_table { void (*Clear)( struct gl_context *ctx, GLbitfield buffers ); /** - * Execute glAccum command. - */ - void (*Accum)( struct gl_context *ctx, GLenum op, GLfloat value ); - - - /** * Execute glRasterPos, updating the ctx->Current.Raster fields */ void (*RasterPos)( struct gl_context *ctx, const GLfloat v[4] ); |