progs/glsl: Remove unused variable in bump.c.
authorVinson Lee <vlee@vmware.com>
Thu, 28 Jan 2010 22:54:10 +0000 (14:54 -0800)
committerVinson Lee <vlee@vmware.com>
Thu, 28 Jan 2010 22:54:10 +0000 (14:54 -0800)
progs/glsl/bump.c

index e31afab..7845964 100644 (file)
@@ -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;