summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-01-22 07:54:08 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-01-22 07:57:33 -0700
commit60dd3b1d9a60b97c5bd8e8d56613d0413de06931 (patch)
treee7271daa052da68e7ced511b490b234d066da055 /progs
parente58c365cda70fc31cc0f87873079fa2304310ab9 (diff)
remove unused var
Diffstat (limited to 'progs')
-rw-r--r--progs/xdemos/shape.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/xdemos/shape.c b/progs/xdemos/shape.c
index dbbc0b4ff7..5ff09708be 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;