diff options
author | Michal Krol <[email protected]> | 2010-02-23 19:18:27 +0100 |
---|---|---|
committer | Michal Krol <[email protected]> | 2010-02-23 19:18:27 +0100 |
commit | 92b781c2dda9ae5aeec7e32cfc9902057edd0a9d (patch) | |
tree | 53467afd688ddf4aa5f519aee2ff6460e827848b /src/gallium/drivers/trace/tr_texture.h | |
parent | ad230a1fb12640ac515096d892b58e2bfdb995e7 (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.h | 2 |
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 a2ca3c21dbf..3a99dcdaece 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; }; |