remove unused bytes variable
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 28 Aug 2003 03:10:41 +0000 (03:10 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 28 Aug 2003 03:10:41 +0000 (03:10 +0000)
progs/util/readtex.c

index 406498202b298c627885190f2505ef29e546a3e6..280d6c811d91e69cb4bf2afcfa38b349afcc2021 100644 (file)
@@ -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 );