summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-01-22 07:54:37 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-01-22 07:54:37 -0700
commit18b2d83173a0db1bd95d545cd6872826559dd081 (patch)
treedd4760a59eee019af4ec31f9a57ea8442562882b /progs
parent30c65c3c62b4cbe3ba9a79db2b0ed8248072047d (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 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;