diff options
Diffstat (limited to 'progs/tests/yuvrect.c')
-rw-r--r-- | progs/tests/yuvrect.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/tests/yuvrect.c b/progs/tests/yuvrect.c index 509c0433b91..acef4060970 100644 --- a/progs/tests/yuvrect.c +++ b/progs/tests/yuvrect.c @@ -18,7 +18,6 @@ static GLfloat Xrot = 0, Yrot = 0, Zrot = 0; static GLint ImgWidth, ImgHeight; -static GLenum ImgFormat; static GLushort *ImageYUV = NULL; |