summaryrefslogtreecommitdiffstats
path: root/progs/util/readtex.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/util/readtex.c')
-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 4064982..280d6c8 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 );