Module: Mesa
Branch: master
Commit: ba43b74967d91d592f085943b60c522b88916495
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=ba43b74967d91d592f085943b60c522b88916495

Author: Vinson Lee <v...@vmware.com>
Date:   Mon Mar 29 22:19:28 2010 -0700

r300g: Remove unused variable.

---

 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 ace71d6..39e0558 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;

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to