summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2013-06-20 09:41:10 -0700
committerEric Anholt <[email protected]>2013-06-25 19:19:20 -0700
commitd7165b383da018ff666f789d555093fa3164dc73 (patch)
tree50cb0795a1cf010e8bf46346cb6f8a60b5780aa7 /src/mesa/main
parentbab755ad1b8cc5560c7d92e21b1fb1c3bebd43ae (diff)
mesa: Remove the Initialized field from framebuffers.
This existed to tell the core not to call GetBufferSize, except that even if you didn't set it nothing happened because nobody had a GetBufferSize. v2: Remove two more instances of setting the field (from Brian) Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/mtypes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 0002da5c0d5..5d5b53492bc 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -2680,8 +2680,6 @@ struct gl_framebuffer
*/
struct gl_config Visual;
- GLboolean Initialized;
-
GLuint Width, Height; /**< size of frame buffer in pixels */
/** \name Drawing bounds (Intersection of buffer size and scissor box) */