diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-01-22 07:54:08 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-01-22 07:57:33 -0700 |
commit | 60dd3b1d9a60b97c5bd8e8d56613d0413de06931 (patch) | |
tree | e7271daa052da68e7ced511b490b234d066da055 /progs/xdemos | |
parent | e58c365cda70fc31cc0f87873079fa2304310ab9 (diff) | |
download | external_mesa3d-60dd3b1d9a60b97c5bd8e8d56613d0413de06931.zip external_mesa3d-60dd3b1d9a60b97c5bd8e8d56613d0413de06931.tar.gz external_mesa3d-60dd3b1d9a60b97c5bd8e8d56613d0413de06931.tar.bz2 |
remove unused var
Diffstat (limited to 'progs/xdemos')
-rw-r--r-- | progs/xdemos/shape.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/xdemos/shape.c b/progs/xdemos/shape.c index dbbc0b4..5ff0970 100644 --- a/progs/xdemos/shape.c +++ b/progs/xdemos/shape.c @@ -34,7 +34,6 @@ static int Width=500, Height=500; static float Xangle = 0.0, Yangle = 0.0; -static int Redraw = 0; static int Sides = 5; static int MinSides = 3; static int MaxSides = 20; |