[Mesa-dev] [PATCH 04/14] mesa/main/ff_frag: Remove unused struct.
Gustaw Smolarczyk
wielkiegie at gmail.com
Thu Mar 30 18:09:23 UTC 2017
Signed-off-by: Gustaw Smolarczyk <wielkiegie at gmail.com>
---
src/mesa/main/ff_fragment_shader.cpp | 8 --------
1 file changed, 8 deletions(-)
diff --git a/src/mesa/main/ff_fragment_shader.cpp b/src/mesa/main/ff_fragment_shader.cpp
index 9b00c36534..95c74e2b92 100644
--- a/src/mesa/main/ff_fragment_shader.cpp
+++ b/src/mesa/main/ff_fragment_shader.cpp
@@ -68,14 +68,6 @@ using namespace ir_builder;
*/
-struct texenvprog_cache_item
-{
- GLuint hash;
- void *key;
- struct gl_shader_program *data;
- struct texenvprog_cache_item *next;
-};
-
static GLboolean
texenv_doing_secondary_color(struct gl_context *ctx)
{
--
2.12.1
More information about the mesa-dev
mailing list