summaryrefslogtreecommitdiff
path: root/progs/tests/yuvrect.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-04-23 14:14:04 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-04-23 14:14:04 +0000
commit384800fe12e368f3489111de4572dbc8846a7dea (patch)
tree133f41cce9be28939cba5541cc4447d62ac792b4 /progs/tests/yuvrect.c
parent180e28e6d49ea0c4cdfbf7b80c4ce26c67574d9a (diff)
assorted fixes
Diffstat (limited to 'progs/tests/yuvrect.c')
-rw-r--r--progs/tests/yuvrect.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/tests/yuvrect.c b/progs/tests/yuvrect.c
index 509c0433b9..acef406097 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;