diff options
author | Dave Airlie <[email protected]> | 2009-12-17 14:18:54 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2009-12-17 14:23:47 +1000 |
commit | 5484f9dfc6dbc534a5a2477aa46ebd28da1f72e8 (patch) | |
tree | 012aca8f0bd962f706c21692a0494b229be52932 /src/mesa/drivers/dri/radeon/radeon_common_context.h | |
parent | f24c29cc3902c87f7d62052dfa498237162e7157 (diff) |
radeon: drop unused members of radeon_state.
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_common_context.h')
-rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_common_context.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_common_context.h b/src/mesa/drivers/dri/radeon/radeon_common_context.h index 49a9ec56106..0739496e032 100644 --- a/src/mesa/drivers/dri/radeon/radeon_common_context.h +++ b/src/mesa/drivers/dri/radeon/radeon_common_context.h @@ -406,9 +406,6 @@ struct radeon_state { struct radeon_depthbuffer_state depth; struct radeon_scissor_state scissor; struct radeon_stencilbuffer_state stencil; - - struct radeon_cs_space_check bos[RADEON_MAX_BOS]; - int validated_bo_count; }; /** |