Module: Mesa Branch: master Commit: 99bee1570bc23d8070c7ac3da67e46bdb2e6ec0d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=99bee1570bc23d8070c7ac3da67e46bdb2e6ec0d
Author: José Fonseca <[email protected]> Date: Fri Apr 23 17:03:10 2010 +0100 mesa/st: Remove dead members. --- src/mesa/state_tracker/st_context.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h index dfee490..3637f6e 100644 --- a/src/mesa/state_tracker/st_context.h +++ b/src/mesa/state_tracker/st_context.h @@ -201,7 +201,6 @@ struct st_framebuffer { GLframebuffer Base; void *Private; - GLuint InitWidth, InitHeight; struct st_framebuffer_iface *iface; enum st_attachment_type statts[ST_ATTACHMENT_COUNT]; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
