From 9e94aaf6e377843194c4b9ab6e2e96f06aef88f2 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 28 Aug 2003 03:10:41 +0000 Subject: remove unused bytes variable --- progs/util/readtex.c | 1 - 1 file changed, 1 deletion(-) (limited to 'progs/util') diff --git a/progs/util/readtex.c b/progs/util/readtex.c index 406498202b..280d6c811d 100644 --- a/progs/util/readtex.c +++ b/progs/util/readtex.c @@ -417,7 +417,6 @@ static void ConvertRGBtoYUV(GLint w, GLint h, GLint texel_bytes, GLushort *LoadYUVImage( const char *imageFile, GLint *width, GLint *height ) { TK_RGBImageRec *image; - GLint bytes; GLushort *buffer; image = tkRGBImageLoad( imageFile ); -- cgit v1.2.3