From: Vinson Lee Date: Tue, 30 Mar 2010 05:19:28 +0000 (-0700) Subject: r300g: Remove unused variable. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ba43b74967d91d592f085943b60c522b88916495;p=mesa.git r300g: Remove unused variable. --- diff --git a/src/gallium/drivers/r300/r300_state.c b/src/gallium/drivers/r300/r300_state.c index ace71d657ef..39e05583dd4 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;