From: Vinson Lee Date: Thu, 28 Jan 2010 22:54:10 +0000 (-0800) Subject: progs/glsl: Remove unused variable in bump.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=77b1f2fbcfbb74c3df23c2bb6f8d6b27f0ddc6ed;p=mesa.git progs/glsl: Remove unused variable in bump.c. --- diff --git a/progs/glsl/bump.c b/progs/glsl/bump.c index e31afab9392..784596448c5 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;