diff options
author | Brian Paul <brianp@vmware.com> | 2010-05-03 16:13:57 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-05-03 16:13:57 -0600 |
commit | d8306c9caf3190f2bca6b83c653cd4711c25f98a (patch) | |
tree | 8bb0667f501037efed9d9e9b7b314c13e349b976 | |
parent | 295a87f6c211322faefc4ef7f88f02722973f5b6 (diff) |
st/mesa: remove dead code
-rw-r--r-- | src/mesa/state_tracker/st_atom_texture.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mesa/state_tracker/st_atom_texture.c b/src/mesa/state_tracker/st_atom_texture.c index 217116e0a0..d403b7db1e 100644 --- a/src/mesa/state_tracker/st_atom_texture.c +++ b/src/mesa/state_tracker/st_atom_texture.c @@ -88,15 +88,6 @@ update_textures(struct st_context *st) sampler_view = st_get_texture_sampler_view(stObj, pipe); } - /* - if (pt) { - printf("%s su=%u non-null\n", __FUNCTION__, su); - } - else { - printf("%s su=%u null\n", __FUNCTION__, su); - } - */ - pipe_sampler_view_reference(&st->state.sampler_views[su], sampler_view); } |