diff options
author | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-08-14 10:47:55 +0100 |
---|---|---|
committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-08-14 11:01:42 +0100 |
commit | 90ed1742d55a246ffa63e57f291b18a1a43e41ba (patch) | |
tree | 22de81b5febdd06eced661805e59b8fe6b07444b /src/gallium/state_trackers/python | |
parent | 969ff9e9bf3dfae08d087bbc47ce43f17d107bfc (diff) |
python: Remove unused var.
Diffstat (limited to 'src/gallium/state_trackers/python')
-rw-r--r-- | src/gallium/state_trackers/python/p_context.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/python/p_context.i b/src/gallium/state_trackers/python/p_context.i index a23c805852..535783b641 100644 --- a/src/gallium/state_trackers/python/p_context.i +++ b/src/gallium/state_trackers/python/p_context.i @@ -147,7 +147,7 @@ struct st_context { unsigned buffer_offset, struct st_buffer *buffer) { - unsigned i, num_vertex_buffers; + unsigned i; struct pipe_vertex_buffer state; memset(&state, 0, sizeof(state)); |