radeon: drop unused members of radeon_state.

This commit is contained in:
Dave Airlie 2009-12-17 14:18:54 +10:00
parent f24c29cc39
commit 5484f9dfc6

View file

@ -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;
};
/**