summaryrefslogtreecommitdiff
path: root/progs/demos/paltex.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-06-27 17:12:10 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-06-27 17:12:10 +0000
commitf7688171c48980b23c351a2391513c8b825ae991 (patch)
treee91cab06d2572365aa5d36ab01b8c3b3f2a88133 /progs/demos/paltex.c
parentd88f8e9cacac544c5524731f54090d5c3a6076e4 (diff)
minor tweaks
Diffstat (limited to 'progs/demos/paltex.c')
-rw-r--r--progs/demos/paltex.c3
1 files changed, 1 insertions, 2 deletions
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");