diff options
author | Dave Airlie <airlied@redhat.com> | 2009-12-17 14:18:54 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-12-22 10:23:40 +1000 |
commit | 43d872730172aa44139c031555e792958865b905 (patch) | |
tree | 41da0d9b82dd53ad482c0840ee7b9d02c3de696d | |
parent | 1703628011242a9f1c664e67eabe8d4370a39b31 (diff) | |
download | mesa-43d872730172aa44139c031555e792958865b905.tar.gz |
radeon: drop unused members of radeon_state.
-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 0309345393d..fdf5e0757f7 100644 --- a/src/mesa/drivers/dri/radeon/radeon_common_context.h +++ b/src/mesa/drivers/dri/radeon/radeon_common_context.h @@ -401,9 +401,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; }; /** |