diff options
author | José Fonseca <[email protected]> | 2010-04-23 17:03:10 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-04-23 17:08:11 +0100 |
commit | 99bee1570bc23d8070c7ac3da67e46bdb2e6ec0d (patch) | |
tree | 4837319cb107dbda420e04c763c1068dbce24874 /src/mesa/state_tracker/st_context.h | |
parent | 405f925d4e5fa74961754af93e7fb309774551cc (diff) |
mesa/st: Remove dead members.
Diffstat (limited to 'src/mesa/state_tracker/st_context.h')
-rw-r--r-- | 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 dfee490b54a..3637f6e75f0 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]; |