From 77b1f2fbcfbb74c3df23c2bb6f8d6b27f0ddc6ed Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Thu, 28 Jan 2010 14:54:10 -0800 Subject: [PATCH] progs/glsl: Remove unused variable in bump.c. --- progs/glsl/bump.c | 1 - 1 file changed, 1 deletion(-) diff --git a/progs/glsl/bump.c b/progs/glsl/bump.c index e31afab..7845964 100644 --- a/progs/glsl/bump.c +++ b/progs/glsl/bump.c @@ -51,7 +51,6 @@ static GLint win = 0; static GLfloat xRot = 20.0f, yRot = 0.0f, zRot = 0.0f; static GLint tangentAttrib; -static GLint tangentAttribTex; static GLuint Texture; -- 2.7.4