projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07fb52b
)
progs/glsl: Remove unused variable in bump.c.
author
Vinson Lee
<vlee@vmware.com>
Thu, 28 Jan 2010 22:54:10 +0000
(14:54 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 28 Jan 2010 22:54:10 +0000
(14:54 -0800)
progs/glsl/bump.c
patch
|
blob
|
history
diff --git
a/progs/glsl/bump.c
b/progs/glsl/bump.c
index e31afab9392e4f78388446cc42306764661aa112..784596448c5cfb1ca33ee3dc0886ab67e70402e4 100644
(file)
--- 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;