diff options
-rw-r--r-- | progs/util/readtex.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 ); |