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/yuvsquare.c | |
parent | 180e28e6d49ea0c4cdfbf7b80c4ce26c67574d9a (diff) |
assorted fixes
Diffstat (limited to 'progs/tests/yuvsquare.c')
-rw-r--r-- | progs/tests/yuvsquare.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/tests/yuvsquare.c b/progs/tests/yuvsquare.c index 494586776a0..3601e7a31c7 100644 --- a/progs/tests/yuvsquare.c +++ b/progs/tests/yuvsquare.c @@ -128,7 +128,6 @@ static void SpecialKey( int key, int x, int y ) static void Init( int argc, char *argv[] ) { const char *file; - int error; GLenum format; if (!glutExtensionSupported("GL_MESA_ycbcr_texture")) { |