diff options
author | Brian <[email protected]> | 2008-01-22 07:54:08 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2008-01-22 07:57:33 -0700 |
commit | 60dd3b1d9a60b97c5bd8e8d56613d0413de06931 (patch) | |
tree | e7271daa052da68e7ced511b490b234d066da055 /progs/xdemos/shape.c | |
parent | e58c365cda70fc31cc0f87873079fa2304310ab9 (diff) |
remove unused var
Diffstat (limited to 'progs/xdemos/shape.c')
-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 dbbc0b4ff72..5ff09708be6 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; |