From 29926a11b16ec7a235947d95e9a46777605dd30e Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 27 Nov 2004 21:20:37 +0000 Subject: Remove the redundant width, height fields in xmesa_buffer struct. Just use the values in the contained GLframebuffer. Removed some other unneeded code. --- src/mesa/drivers/x11/xmesaP.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mesa/drivers/x11/xmesaP.h') diff --git a/src/mesa/drivers/x11/xmesaP.h b/src/mesa/drivers/x11/xmesaP.h index 085b43401c..de989260ae 100644 --- a/src/mesa/drivers/x11/xmesaP.h +++ b/src/mesa/drivers/x11/xmesaP.h @@ -192,8 +192,6 @@ struct xmesa_buffer { XMesaImage *rowimage; /* Used for optimized span writing */ - GLuint width, height; /* size of buffer */ - GLint bottom; /* used for FLIP macro below */ GLubyte *ximage_origin1; /* used for PIXELADDR1 macro */ GLint ximage_width1; -- cgit v1.2.3