diff options
author | Brian Paul <[email protected]> | 2004-11-27 21:20:37 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-11-27 21:20:37 +0000 |
commit | 29926a11b16ec7a235947d95e9a46777605dd30e (patch) | |
tree | 43b4c37ffcb7e1638c492783e76f3966dba08014 /src/mesa/drivers/x11/xmesaP.h | |
parent | b371e50d6d249a455e0952f7a66760dbc6ac6f5a (diff) |
Remove the redundant width, height fields in xmesa_buffer struct. Just use
the values in the contained GLframebuffer.
Removed some other unneeded code.
Diffstat (limited to 'src/mesa/drivers/x11/xmesaP.h')
-rw-r--r-- | src/mesa/drivers/x11/xmesaP.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/x11/xmesaP.h b/src/mesa/drivers/x11/xmesaP.h index 085b43401c4..de989260aef 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; |