From 3750ff9e5ff019352d6c2fd6bb5a3d4eaeb6541e Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 19 Apr 2013 13:00:02 -0700 Subject: [PATCH] mesa: Remove the Map field from texture images. Reviewed-by: Kenneth Graunke Reviewed-by: Brian Paul --- src/mesa/swrast/s_context.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/swrast/s_context.h b/src/mesa/swrast/s_context.h index 2525e8e2d38..3d3f6365f12 100644 --- a/src/mesa/swrast/s_context.h +++ b/src/mesa/swrast/s_context.h @@ -156,7 +156,6 @@ struct swrast_texture_image * initialized to point within Buffer. */ void **ImageSlices; - GLubyte *Map; /**< Pointer to mapped image memory */ /** Malloc'd texture memory */ GLubyte *Buffer; -- 2.30.2