mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
remove unused bytes variable
This commit is contained in:
parent
3a604da4cc
commit
9e94aaf6e3
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue