Browse Source

remove unused bytes variable

tags/vtx-0-2-21112003-freeze
Brian Paul 22 years ago
parent
commit
9e94aaf6e3
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      progs/util/readtex.c

+ 0
- 1
progs/util/readtex.c 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 );

Loading…
Cancel
Save