summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/mesa/main/mtypes.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 0fcbfdf773b..d001873ded4 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -2558,13 +2558,6 @@ struct gl_renderbuffer
GL_STENCIL_INDEX. */
gl_format Format; /**< The actual renderbuffer memory format */
- /* XXX the following fields are obsolete and wil go away */
- GLvoid *Buffer; /**< Malloc'd memory for software buffers */
-
- /** The following fields are only valid while the buffer is mapped */
- GLubyte *Map;
- GLint RowStrideBytes;
-
/* Delete this renderbuffer */
void (*Delete)(struct gl_renderbuffer *rb);