diff options
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; |