summaryrefslogtreecommitdiff
path: root/src/fl_plastic.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/fl_plastic.cxx')
-rw-r--r--src/fl_plastic.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fl_plastic.cxx b/src/fl_plastic.cxx
index a4800bdb7..6a88e2788 100644
--- a/src/fl_plastic.cxx
+++ b/src/fl_plastic.cxx
@@ -230,7 +230,6 @@ static void shade_round(int x, int y, int w, int h, const char *c, Fl_Color bc)
int i;
int clen = strlen(c) - 1;
int chalf = clen / 2;
- int cstep = 1;
if (w>h) {
int d = h/2;