remove unused bytes variable

This commit is contained in:
Brian Paul 2003-08-28 03:10:41 +00:00
parent 3a604da4cc
commit 9e94aaf6e3

View 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 );