From 1888dd52a32e114e7b3796db5a6b44921a2e04d4 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 16 Jan 2012 13:05:07 -0700 Subject: [PATCH] mesa/swrast/drivers: remove obsolete gl_renderbuffer fields This removes the last of the legacy fields from gl_renderbuffer. --- src/mesa/main/mtypes.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 0fcbfdf..d001873 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); -- 2.7.4