diff options
author | Brian Paul <[email protected]> | 2003-08-28 03:10:41 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-08-28 03:10:41 +0000 |
commit | 9e94aaf6e377843194c4b9ab6e2e96f06aef88f2 (patch) | |
tree | f5c312b7d6d6b8d804ec3d7083422bafbe617ec4 | |
parent | 3a604da4cc03ef0b851fd55f926f35cf85f3ba88 (diff) |
remove unused bytes variable
-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 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 ); |