summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_atom_texture.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-05-03 16:13:57 -0600
committerBrian Paul <brianp@vmware.com>2010-05-03 16:13:57 -0600
commitd8306c9caf3190f2bca6b83c653cd4711c25f98a (patch)
tree8bb0667f501037efed9d9e9b7b314c13e349b976 /src/mesa/state_tracker/st_atom_texture.c
parent295a87f6c211322faefc4ef7f88f02722973f5b6 (diff)
st/mesa: remove dead code
Diffstat (limited to 'src/mesa/state_tracker/st_atom_texture.c')
-rw-r--r--src/mesa/state_tracker/st_atom_texture.c9
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);
}