mesa: Remove the Map field from texture images.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Eric Anholt 2013-04-19 13:00:02 -07:00
parent adf958d9c2
commit 3750ff9e5f

View file

@ -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;