Mesa (master): progs/glsl: Remove unused variable in bump.c.

Vinson Lee vlee at kemper.freedesktop.org
Thu Jan 28 22:54:57 UTC 2010


Module: Mesa
Branch: master
Commit: 77b1f2fbcfbb74c3df23c2bb6f8d6b27f0ddc6ed
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=77b1f2fbcfbb74c3df23c2bb6f8d6b27f0ddc6ed

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Jan 28 14:54:10 2010 -0800

progs/glsl: Remove unused variable in bump.c.

---

 progs/glsl/bump.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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;
 




More information about the mesa-commit mailing list