projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dc51ad
)
r300g: Remove unused variable.
author
Vinson Lee
<vlee@vmware.com>
Tue, 30 Mar 2010 05:19:28 +0000
(22:19 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 30 Mar 2010 05:19:28 +0000
(22:19 -0700)
src/gallium/drivers/r300/r300_state.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r300/r300_state.c
b/src/gallium/drivers/r300/r300_state.c
index ace71d657ef35acdc31503b9230e54cce2eae2f6..39e05583dd47dcb26eebd181274a23344cc231f6 100644
(file)
--- 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;