diff options
author | Brian Paul <[email protected]> | 2004-04-23 14:14:04 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-04-23 14:14:04 +0000 |
commit | 384800fe12e368f3489111de4572dbc8846a7dea (patch) | |
tree | 133f41cce9be28939cba5541cc4447d62ac792b4 /progs/tests/yuvrect.c | |
parent | 180e28e6d49ea0c4cdfbf7b80c4ce26c67574d9a (diff) |
assorted fixes
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; |