mesa/main/ff_frag: Remove unused struct.

Signed-off-by: Gustaw Smolarczyk <wielkiegie@gmail.com>
Signed-off-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
Gustaw Smolarczyk 2017-03-30 20:09:23 +02:00 committed by Marek Olšák
parent ceb5ba9d1d
commit 03b9b3c471

View file

@ -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)
{