diff options
| author | Vinson Lee <vlee@vmware.com> | 2010-03-29 22:19:28 -0700 | 
|---|---|---|
| committer | Vinson Lee <vlee@vmware.com> | 2010-03-29 22:19:28 -0700 | 
| commit | ba43b74967d91d592f085943b60c522b88916495 (patch) | |
| tree | 3a33875adcf1bf58371cf43da5f3e0df29854cfd /src/gallium | |
| parent | 9dc51ad4f7bb9bbaba247da90dc50f2098dd5e64 (diff) | |
r300g: Remove unused variable.
Diffstat (limited to 'src/gallium')
| -rw-r--r-- | src/gallium/drivers/r300/r300_state.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/gallium/drivers/r300/r300_state.c b/src/gallium/drivers/r300/r300_state.c index ace71d657e..39e05583dd 100644 --- a/src/gallium/drivers/r300/r300_state.c +++ b/src/gallium/drivers/r300/r300_state.c @@ -1183,7 +1183,6 @@ static void* r300_create_vertex_elements_state(struct pipe_context* pipe,                                                 unsigned count,                                                 const struct pipe_vertex_element* attribs)  { -    struct r300_context *r300 = r300_context(pipe);      struct r300_screen* r300screen = r300_screen(pipe->screen);      struct r300_vertex_element_state *velems;      unsigned i, size; | 
