Signed-off-by: Gustaw Smolarczyk <wielkie...@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 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev