summaryrefslogtreecommitdiff
path: root/progs/trivial/tri-fbo-tex.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2009-12-14 18:11:57 -0800
committerVinson Lee <vlee@vmware.com>2009-12-14 18:11:57 -0800
commit0a8d508854c6dd354e611b046e375b8633059a40 (patch)
treed5b1c44d50f7e49eec30ad766e6dd7618cbf6bf3 /progs/trivial/tri-fbo-tex.c
parent6e5fe39f5051bb758b98ed4b9a2b9d550b588edf (diff)
progs/trivial: Silence compiler warnings.
Diffstat (limited to 'progs/trivial/tri-fbo-tex.c')
-rw-r--r--progs/trivial/tri-fbo-tex.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/progs/trivial/tri-fbo-tex.c b/progs/trivial/tri-fbo-tex.c
index 72b4cf3683..8d1f871328 100644
--- a/progs/trivial/tri-fbo-tex.c
+++ b/progs/trivial/tri-fbo-tex.c
@@ -189,9 +189,6 @@ Key(unsigned char key, int x, int y)
static void
Init(int argc, char *argv[])
{
- static const GLfloat mat[4] = { 1.0, 0.5, 0.5, 1.0 };
- GLint i;
-
if (!glutExtensionSupported("GL_EXT_framebuffer_object")) {
printf("GL_EXT_framebuffer_object not found!\n");
exit(0);