diff options
author | Brian Paul <[email protected]> | 2010-05-04 21:19:30 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-05-04 21:19:30 -0600 |
commit | b29b27c118f2f813b07475e0c470b338ed5987aa (patch) | |
tree | 315dc07e87b9d0435049b37a3928b268fb80c89d | |
parent | 382eb1a728b30fd6a9c09842e233c9bd1f96f19b (diff) |
st/mesa: remove commented-out struct field
-rw-r--r-- | src/mesa/state_tracker/st_cb_drawtex.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_cb_drawtex.c b/src/mesa/state_tracker/st_cb_drawtex.c index 6d387d5ccf1..7e51775c9d1 100644 --- a/src/mesa/state_tracker/st_cb_drawtex.c +++ b/src/mesa/state_tracker/st_cb_drawtex.c @@ -42,7 +42,6 @@ struct cached_shader { - //struct pipe_shader_state shader; void *handle; uint num_attribs; |