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 e31afab9392e4f78388446cc42306764661aa112..784596448c5cfb1ca33ee3dc0886ab67e70402e4 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;