diff options
author | Vinson Lee <[email protected]> | 2010-01-28 14:54:10 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-28 14:54:10 -0800 |
commit | 77b1f2fbcfbb74c3df23c2bb6f8d6b27f0ddc6ed (patch) | |
tree | 1bc35f31c69490a5a0d07fddfb1eba5d9f726591 /progs | |
parent | 07fb52bcf6d8a1ff03c6d7b8c4bcae2fae57de05 (diff) |
progs/glsl: Remove unused variable in bump.c.
Diffstat (limited to 'progs')
-rw-r--r-- | 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 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; |