From: Dave Airlie Date: Thu, 17 Dec 2009 04:18:54 +0000 (+1000) Subject: radeon: drop unused members of radeon_state. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=43d872730172aa44139c031555e792958865b905;p=mesa.git radeon: drop unused members of radeon_state. --- 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; }; /**