summaryrefslogtreecommitdiff
path: root/progs/trivial/tri-fbo-tex.c
diff options
context:
space:
mode:
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);