diff options
author | Corbin Simpson <[email protected]> | 2010-01-26 21:41:44 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2010-01-26 21:41:44 -0800 |
commit | e62520de70731b39bb34411372eb3d30638cf5a6 (patch) | |
tree | e494b09431e4f113b796f15cc46ce84af0feaf67 /src/gallium/drivers/r300/r300_context.h | |
parent | 15e283669aa8832347b4733f9556efdb5692640e (diff) |
r300g: Kill dead code for hashing custom state.
It just wasn't meant to be.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h index 48c86fdad7a..a25e46afaa5 100644 --- a/src/gallium/drivers/r300/r300_context.h +++ b/src/gallium/drivers/r300/r300_context.h @@ -272,9 +272,6 @@ struct r300_context { struct r300_query *query_current; struct r300_query query_list; - /* Shader hash table. Used to store vertex formatting information, which - * depends on the combination of both currently loaded shaders. */ - struct util_hash_table* shader_hash_table; /* Vertex formatting information. */ struct r300_vertex_info* vertex_info; |