diff options
author | José Fonseca <[email protected]> | 2010-02-14 12:47:40 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-02-14 12:47:40 +0000 |
commit | 11a981fda189515d4ea51ef1709b15e7ce90507d (patch) | |
tree | d7aa4c20d88baaf8954efff239aa67fd6d70d174 /src/gallium/drivers/trace/tr_dump_state.h | |
parent | f1848977e8f55e6d8cf5169520fb9b0a6c817884 (diff) |
trace: Fix generated XML.
Diffstat (limited to 'src/gallium/drivers/trace/tr_dump_state.h')
-rw-r--r-- | src/gallium/drivers/trace/tr_dump_state.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/trace/tr_dump_state.h b/src/gallium/drivers/trace/tr_dump_state.h index 825519d0444..3400367d82a 100644 --- a/src/gallium/drivers/trace/tr_dump_state.h +++ b/src/gallium/drivers/trace/tr_dump_state.h @@ -47,8 +47,6 @@ void trace_dump_scissor_state(const struct pipe_scissor_state *state); void trace_dump_clip_state(const struct pipe_clip_state *state); -void trace_dump_constant_buffer(const struct pipe_buffer *state); - void trace_dump_token(const struct tgsi_token *token); void trace_dump_shader_state(const struct pipe_shader_state *state); |