projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a604da
)
remove unused bytes variable
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 28 Aug 2003 03:10:41 +0000
(
03:10
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 28 Aug 2003 03:10:41 +0000
(
03:10
+0000)
progs/util/readtex.c
patch
|
blob
|
history
diff --git
a/progs/util/readtex.c
b/progs/util/readtex.c
index 406498202b298c627885190f2505ef29e546a3e6..280d6c811d91e69cb4bf2afcfa38b349afcc2021 100644
(file)
--- 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 );