diff options
author | Vinson Lee <[email protected]> | 2009-12-29 21:11:37 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2009-12-29 21:11:37 -0800 |
commit | 0ab29d2b35bff913818f34d1979295a98cbe2b71 (patch) | |
tree | b2557f4da4a72a6886e9e6de43b3472f7192aec6 /progs/glsl/vert-tex.c | |
parent | 70bbe2236668bdee9131dc2e6f71e53f9bc78863 (diff) |
progs/glsl: Silence compiler warnings.
Diffstat (limited to 'progs/glsl/vert-tex.c')
-rw-r--r-- | progs/glsl/vert-tex.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/progs/glsl/vert-tex.c b/progs/glsl/vert-tex.c index 4c8bfa587aa..2b93c788889 100644 --- a/progs/glsl/vert-tex.c +++ b/progs/glsl/vert-tex.c @@ -40,15 +40,6 @@ static GLboolean Anim = GL_TRUE; static GLboolean WireFrame = GL_TRUE; static GLfloat xRot = -70.0f, yRot = 0.0f, zRot = 0.0f; - -/* value[0] = tex unit */ -static struct uniform_info Uniforms[] = { - { "tex1", 1, GL_SAMPLER_2D, { 0, 0, 0, 0 }, -1 }, - END_OF_UNIFORMS -}; - - - static void Idle(void) { |