summaryrefslogtreecommitdiff
path: root/progs/util
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-08-28 03:10:41 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-08-28 03:10:41 +0000
commit9e94aaf6e377843194c4b9ab6e2e96f06aef88f2 (patch)
treef5c312b7d6d6b8d804ec3d7083422bafbe617ec4 /progs/util
parent3a604da4cc03ef0b851fd55f926f35cf85f3ba88 (diff)
remove unused bytes variable
Diffstat (limited to 'progs/util')
-rw-r--r--progs/util/readtex.c1
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 );