From 02e8a035934a7400d0194687061107bdaa1bba77 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 27 Jun 2000 17:04:43 +0000 Subject: fixed compiler warnings --- progs/demos/tunnel.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'progs/demos/tunnel.c') 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); -- cgit v1.2.3