diff options
author | Brian Paul <[email protected]> | 2011-12-03 10:04:19 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-12-08 08:56:30 -0700 |
commit | e6e734f14317cdb9b77b8192569317c3fecf581f (patch) | |
tree | 61a48c61cde2999b3bc9807a8910cffc49e3e910 /src/mesa/swrast/swrast.h | |
parent | 122c6768e3d4c1d1b57203eca70569f9301baab5 (diff) |
mesa: remove dead swrast and state tracker accum buffer code
Diffstat (limited to 'src/mesa/swrast/swrast.h')
-rw-r--r-- | src/mesa/swrast/swrast.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/swrast/swrast.h b/src/mesa/swrast/swrast.h index 17b66c66429..dd40551592f 100644 --- a/src/mesa/swrast/swrast.h +++ b/src/mesa/swrast/swrast.h @@ -127,9 +127,6 @@ _swrast_BlitFramebuffer(struct gl_context *ctx, extern void _swrast_Clear(struct gl_context *ctx, GLbitfield buffers); -extern void -_swrast_Accum(struct gl_context *ctx, GLenum op, GLfloat value); - /* Reset the stipple counter |