summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_texture.h
diff options
context:
space:
mode:
authorMichal Krol <michal@vmware.com>2010-02-23 19:18:27 +0100
committerMichal Krol <michal@vmware.com>2010-02-23 19:18:27 +0100
commit92b781c2dda9ae5aeec7e32cfc9902057edd0a9d (patch)
tree53467afd688ddf4aa5f519aee2ff6460e827848b /src/gallium/drivers/trace/tr_texture.h
parentad230a1fb12640ac515096d892b58e2bfdb995e7 (diff)
trace: Fix after sampler view changes.
Diffstat (limited to 'src/gallium/drivers/trace/tr_texture.h')
-rw-r--r--src/gallium/drivers/trace/tr_texture.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/trace/tr_texture.h b/src/gallium/drivers/trace/tr_texture.h
index a2ca3c21db..3a99dcdaec 100644
--- a/src/gallium/drivers/trace/tr_texture.h
+++ b/src/gallium/drivers/trace/tr_texture.h
@@ -60,8 +60,6 @@ struct trace_sampler_view
struct pipe_sampler_view base;
struct pipe_sampler_view *sampler_view;
-
- struct tr_list list;
};