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 4064982..280d6c8 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 );