diff options
author | Brian Paul <[email protected]> | 2009-04-21 16:50:34 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-04-21 16:50:34 -0600 |
commit | 3eeefa47d08c91e4d3c14343dd0cab1be4252b8c (patch) | |
tree | d9c26108ca8f1964636784dfe963ae4d62c02bd4 /src/mesa/state_tracker/st_context.h | |
parent | f4f39902fd0241162c06065e521151cd2572a34d (diff) |
st: use the static atoms[] array directly
We can simplify this now that we no longer have any dynamic atoms.
Diffstat (limited to 'src/mesa/state_tracker/st_context.h')
-rw-r--r-- | src/mesa/state_tracker/st_context.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h index ae8c2978bf8..f840579a404 100644 --- a/src/mesa/state_tracker/st_context.h +++ b/src/mesa/state_tracker/st_context.h @@ -116,11 +116,6 @@ struct st_context char vendor[100]; char renderer[100]; - /* State to be validated: - */ - struct st_tracked_state **atoms; - GLuint nr_atoms; - struct st_state_flags dirty; GLboolean missing_textures; |