From: Brian Paul Date: Thu, 28 Aug 2003 03:10:41 +0000 (+0000) Subject: remove unused bytes variable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9e94aaf6e377843194c4b9ab6e2e96f06aef88f2;p=mesa.git remove unused bytes variable --- diff --git a/progs/util/readtex.c b/progs/util/readtex.c index 406498202b2..280d6c811d9 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 );