summaryrefslogtreecommitdiff
path: root/progs/demos/tunnel.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/demos/tunnel.c')
-rw-r--r--progs/demos/tunnel.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/progs/demos/tunnel.c b/progs/demos/tunnel.c
index 3cced8b2a9..98484ee68d 100644
--- a/progs/demos/tunnel.c
+++ b/progs/demos/tunnel.c
@@ -69,8 +69,6 @@ static GLuint t1id, t2id;
static void
inittextures(void)
{
- GLenum gluerr;
-
glGenTextures(1, &t1id);
glBindTexture(GL_TEXTURE_2D, t1id);