From f7688171c48980b23c351a2391513c8b825ae991 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 27 Jun 2000 17:12:10 +0000 Subject: minor tweaks --- progs/demos/paltex.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'progs/demos/paltex.c') diff --git a/progs/demos/paltex.c b/progs/demos/paltex.c index 6ffac28c1e..aaafc6fabf 100644 --- a/progs/demos/paltex.c +++ b/progs/demos/paltex.c @@ -1,4 +1,4 @@ -/* $Id: paltex.c,v 1.3 2000/06/27 17:04:43 brianp Exp $ */ +/* $Id: paltex.c,v 1.4 2000/06/27 17:12:10 brianp Exp $ */ /* * Paletted texture demo. Written by Brian Paul. @@ -82,7 +82,6 @@ static void Init( void ) " " }; GLubyte table[256][4]; - int i; if (!glutExtensionSupported("GL_EXT_paletted_texture")) { printf("Sorry, GL_EXT_paletted_texture not supported\n"); -- cgit v1.2.3