summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2010-01-26 21:41:44 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2010-01-26 21:41:44 -0800
commite62520de70731b39bb34411372eb3d30638cf5a6 (patch)
treee494b09431e4f113b796f15cc46ce84af0feaf67 /src/gallium/drivers/r300/r300_context.h
parent15e283669aa8832347b4733f9556efdb5692640e (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.h3
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 48c86fdad7..a25e46afaa 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;