diff options
author | Brian Paul <[email protected]> | 2005-09-05 21:04:22 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-09-05 21:04:22 +0000 |
commit | e3c8a0c16d5a2ffdb9d107dbb980427979a541f7 (patch) | |
tree | 0fa685015b9849b0cbf2e6b5e3dbda8926ee780a /src/mesa/swrast/s_context.h | |
parent | 3952d6d4bbb1f69a45f14a43b6b5f8e6a90a0e6f (diff) |
remove obsolete CurrentBufferBit
Diffstat (limited to 'src/mesa/swrast/s_context.h')
-rw-r--r-- | src/mesa/swrast/s_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_context.h b/src/mesa/swrast/s_context.h index 4f0e225b590..10b1d360719 100644 --- a/src/mesa/swrast/s_context.h +++ b/src/mesa/swrast/s_context.h @@ -299,7 +299,6 @@ typedef struct GLuint NewState; GLuint StateChanges; GLenum Primitive; /* current primitive being drawn (ala glBegin) */ - GLbitfield CurrentBufferBit; /* exactly one the of DD_*_BIT buffer bits */ /** Mechanism to allow driver (like X11) to register further * software rasterization routines. |