summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-12-17 14:18:54 +1000
committerDave Airlie <airlied@redhat.com>2009-12-22 10:24:57 +1000
commit34671efa29297d769fa73541c7c96f397cc926ed (patch)
tree19a1b403b6620a7d494a8a27f5ba07c712beba9c
parente77bfc436d896378acc55a0a3a8c3117ddab4efc (diff)
radeon: drop unused members of radeon_state.
-rw-r--r--src/mesa/drivers/dri/radeon/radeon_common_context.h3
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 ded81fff29..6298748942 100644
--- a/src/mesa/drivers/dri/radeon/radeon_common_context.h
+++ b/src/mesa/drivers/dri/radeon/radeon_common_context.h
@@ -405,9 +405,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;
};
/**