summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-01-30 08:54:01 +0100
committerMarek Olšák <[email protected]>2012-01-31 23:12:30 +0100
commit0671400dcc72553b5f9719639e86069a1734dbe5 (patch)
treebf66dd2cd9725dc70153b09a63a179dcc9622359 /src/gallium/drivers/r600/r600.h
parent74027a9ba250f07a77ee40e105c50c27e4fc3bc0 (diff)
r600g: remove more dead code
Diffstat (limited to 'src/gallium/drivers/r600/r600.h')
-rw-r--r--src/gallium/drivers/r600/r600.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r600/r600.h b/src/gallium/drivers/r600/r600.h
index b5d2a89c314..d0f0b399b41 100644
--- a/src/gallium/drivers/r600/r600.h
+++ b/src/gallium/drivers/r600/r600.h
@@ -134,8 +134,6 @@ struct r600_pipe_resource_state {
struct r600_block_reloc {
struct r600_resource *bo;
enum radeon_bo_usage bo_usage;
- unsigned flush_flags;
- unsigned flush_mask;
unsigned bo_pm4_index;
};